diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-23 11:15:57 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-23 11:15:57 +0200 |
commit | f5d9848d353eea3be134f97a3e57e183e5351b61 (patch) | |
tree | c645baeec64947939f20cf722108634084650ed2 /bin/guiscripts/commander_run | |
parent | e8ca2914556f5256badc186444a278a7dee48b22 (diff) |
added more scripts
Diffstat (limited to 'bin/guiscripts/commander_run')
-rwxr-xr-x | bin/guiscripts/commander_run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/guiscripts/commander_run b/bin/guiscripts/commander_run new file mode 100755 index 0000000..0fc1b55 --- /dev/null +++ b/bin/guiscripts/commander_run @@ -0,0 +1,2 @@ +#!/bin/sh +$(commander -r $*) |