Rm useless init.sh, init_hello and poweroff are not init specific, so rename them more generically

This commit is contained in:
Ciro Santilli
2017-10-01 09:11:47 +01:00
parent 42ce341bf2
commit f96d4d55c9
6 changed files with 21 additions and 23 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/sh
# Can init be a sh script? Yes.
# Sure, why not: https://unix.stackexchange.com/questions/174062/init-as-a-shell-script/395375#395375
echo 'hello init.sh'
while true; do
sleep 1
done