automated terminal push

This commit is contained in:
Your Name
2025-02-07 22:59:28 -05:00
parent 3b547f2192
commit 9f4fb533fa
33 changed files with 64 additions and 680 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/bash
##
set -e;
set -x;
##
cat /etc/issue;
echo "Shinobi OS Sian 20.04" > /etc/issue;
cat /etc/issue;
##