aboutsummaryrefslogtreecommitdiff
path: root/src/init
diff options
context:
space:
mode:
Diffstat (limited to 'src/init')
-rw-r--r--src/init8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/init b/src/init
deleted file mode 100644
index f080d6c..0000000
--- a/src/init
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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