Init v1.0

This commit is contained in:
2023-04-30 20:16:33 +02:00
parent 69ed0d5e65
commit 048198ccbe
15 changed files with 923 additions and 58 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
screen -x start-menu
if (($?)); then
screen -A -m -d -S start-menu /opt/banc/start-menu.sh
sleep 1
screen -x start-menu
fi