diff options
| 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 |
| commit | 80ed3fd818905cb08ad04abc166a4b2c936955e3 (patch) | |
| tree | 931a75ba8173fa1bc7678af28355fb5dc6e1ff42 /src/runscreen.sh | |
| parent | 567d14881df3e405bd9f955c18978cf14ee4c12b (diff) | |
Rename main & get multithreading going
Diffstat (limited to 'src/runscreen.sh')
| -rwxr-xr-x | src/runscreen.sh | 2 |
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 | ||
| 6 | BINNAME="main" | 6 | BINNAME="VX-GAMBLEGROUND" |
| 7 | SCRIPT_DIR="$(cd "$(dirname "$0")" && echo "$PWD")" | 7 | SCRIPT_DIR="$(cd "$(dirname "$0")" && echo "$PWD")" |
| 8 | 8 | ||
| 9 | main() { | 9 | main() { |
