2020-05-04 15:00:58 +00:00
|
|
|
case "$__target_host" in
|
|
|
|
# Everybody has this
|
|
|
|
localhost)
|
2020-05-08 17:59:33 +00:00
|
|
|
#__my_computer
|
2020-05-08 20:49:09 +00:00
|
|
|
#__colourful_file test --colour test1 --colour test2
|
|
|
|
__my_dotfiles
|
2020-05-04 15:00:58 +00:00
|
|
|
;;
|
2020-05-11 14:51:46 +00:00
|
|
|
*)
|
2020-05-13 13:43:10 +00:00
|
|
|
__my_nginx
|
2020-05-11 14:51:46 +00:00
|
|
|
__my_nginx_site $__target_host
|
2020-05-04 15:00:58 +00:00
|
|
|
esac
|