mirror of
https://gitlab.com/biskuteri-cafe/JKomasto2.git
synced 2025-01-08 20:34:44 +01:00
8 lines
157 B
Bash
Executable File
8 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
jar cf JKomasto2.jar *
|
|
JARFILE="$(realpath JKomasto2.jar)"
|
|
cd ../Hinoki
|
|
jar uf "$JARFILE" cafe
|
|
cd /usr/share/java
|
|
jar uf "$JARFILE" javax.json.jar
|