8 lines
180 B
Text
8 lines
180 B
Text
case "$__target_host" in
|
|
# Everybody has this
|
|
localhost)
|
|
#__my_computer
|
|
#__colourful_file test --colour test1 --colour test2
|
|
__my_dotfiles
|
|
;;
|
|
esac
|