diff options
author | Luke Cotton | 2024-04-17 00:34:32 +0100 |
---|---|---|
committer | Luke Cotton | 2024-04-17 00:34:32 +0100 |
commit | e6099a57f653424c2bd4d2558ae520c565a40df7 (patch) | |
tree | 34d5903809c3f6c35a02933cc252fd8f76513977 /unbted | |
download | aur-e6099a57f653424c2bd4d2558ae520c565a40df7.tar.gz |
Initial commit
Diffstat (limited to 'unbted')
-rwxr-xr-x | unbted | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unbted b/unbted new file mode 100755 index 000000000000..a76a1f890f18 --- /dev/null +++ b/unbted @@ -0,0 +1,3 @@ +#!/bin/sh +exec /usr/bin/java -jar '/usr/share/java/unbted/unbted.jar' "$@" + |