initial
This commit is contained in:
8
bootstuff.sh
Executable file
8
bootstuff.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
service ssh start
|
||||
while true; do
|
||||
MSG=$( nc -l -p 1515 127.0.0.1 < /dev/null )
|
||||
[[ "$MSG" = "exit" ]] && exit
|
||||
done
|
||||
Reference in New Issue
Block a user