6 lines
98 B
Text
6 lines
98 B
Text
case "$__target_host" in
|
|
# Everybody has this
|
|
localhost)
|
|
__my_computer
|
|
;;
|
|
esac
|