aboutsummaryrefslogtreecommitdiff
path: root/src/init
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2023-04-24 23:52:41 +0300
committerkartofen <mladenovnasko0@gmail.com>2023-04-24 23:52:41 +0300
commit9bf5719d4c59993c07113c089ebd5a92d692f785 (patch)
tree7310918ccac5bb3cfffc18861c286a6872554c01 /src/init
parent2ca6677667af23ecb1e17479c5b5cc08efa53309 (diff)
skeleton done
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