1 2 3 4 5 6 7 8
#!/bin/sh echo "Hello, whats your name?" read -r name hostname $name export PS1="\[\033[32m\]\h:\[\033[36m\]\w\[\033[37m\]# " # set the prompt exec /bin/sh