summaryrefslogtreecommitdiff
path: root/src/runscreen.sh
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-08-30 18:49:35 -0500
committer@syxhe <https://t.me/syxhe>2024-08-30 18:49:35 -0500
commit80ed3fd818905cb08ad04abc166a4b2c936955e3 (patch)
tree931a75ba8173fa1bc7678af28355fb5dc6e1ff42 /src/runscreen.sh
parent567d14881df3e405bd9f955c18978cf14ee4c12b (diff)
Rename main & get multithreading going
Diffstat (limited to 'src/runscreen.sh')
-rwxr-xr-xsrc/runscreen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runscreen.sh b/src/runscreen.sh
index 7873451..7df189b 100755
--- a/src/runscreen.sh
+++ b/src/runscreen.sh
@@ -3,7 +3,7 @@
3# This file exists because I've gotten to the point where I need to open the terminal in specific dimensions 3# This file exists because I've gotten to the point where I need to open the terminal in specific dimensions
4# or the thing looks bad 4# or the thing looks bad
5 5
6BINNAME="main" 6BINNAME="VX-GAMBLEGROUND"
7SCRIPT_DIR="$(cd "$(dirname "$0")" && echo "$PWD")" 7SCRIPT_DIR="$(cd "$(dirname "$0")" && echo "$PWD")"
8 8
9main() { 9main() {