Spaces:
Building
Building
Create run_gotty.sh
Browse files- run_gotty.sh +4 -0
run_gotty.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
|
4 |
+
/usr/local/bin/gotty --permit-write --reconnect /bin/bash
|