diff options
| author | fschildt <florian.schildt@protonmail.com> | 2025-08-22 15:23:11 +0200 | 
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2025-10-15 11:33:23 +0200 | 
| commit | 04e4627e6c11254ee6f49edf5feb1b8d711da41a (patch) | |
| tree | e28f2e62d3e1b83f9686cdeb102e3f47379e6793 /run_client.sh | |
Diffstat (limited to 'run_client.sh')
| -rwxr-xr-x | run_client.sh | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/run_client.sh b/run_client.sh new file mode 100755 index 0000000..5898f52 --- /dev/null +++ b/run_client.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +cd ./data/fscord +if [ "$1" = "debug" ]; then +    gdb ./fscord +else +    ./fscord +fi +cd ../.. +  | 
