aboutsummaryrefslogtreecommitdiff
path: root/src/init
blob: f080d6c6fbf3db03d47904b9c99e7587708096e3 (plain)
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