ungleich-learning-circle/kjg/dot-cdist/manifest/init
2020-05-11 23:51:46 +09:00

11 lines
242 B
Text

case "$__target_host" in
# Everybody has this
localhost)
#__my_computer
#__colourful_file test --colour test1 --colour test2
__my_dotfiles
;;
*)
#__my_nginx
__my_nginx_site $__target_host
esac