diff options
author | haturatu <taro@eyes4you.org> | 2024-12-10 21:28:04 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-10 21:28:04 +0900 |
commit | fe6c36e18042603bb096d3685fe3988e32331ebf (patch) | |
tree | 359c42bed67e5eee7342b2e95810dfe501c69665 /Java/build_jar.sh |
Diffstat (limited to 'Java/build_jar.sh')
-rwxr-xr-x | Java/build_jar.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Java/build_jar.sh b/Java/build_jar.sh new file mode 100755 index 0000000..bd54b3e --- /dev/null +++ b/Java/build_jar.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +javac -encoding US-ASCII -g:none -source 1.3 -target 1.2 basE91.java b91cli.java && \ +jar cvfm base91.jar manifest.mf b91cli.class basE91.class license.txt readme.txt |