diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 13:09:25 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 13:09:25 +0100 |
commit | b4f5cf20865ce0249dd244d7aae73acd150f4b69 (patch) | |
tree | 187dc7cf54f27bb8671fe10d39ea9bcc01dd90c1 /misc/debug |
Initial commit
Diffstat (limited to 'misc/debug')
-rwxr-xr-x | misc/debug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/debug b/misc/debug new file mode 100755 index 0000000..6990914 --- /dev/null +++ b/misc/debug @@ -0,0 +1,3 @@ +#!/bin/sh + +setsid gf2 ./meta > /dev/null 2>&1 |