Initial commit
This commit is contained in:
10
Java/BowlerStudio/wrappers/linux/bowlerstudio
Normal file
10
Java/BowlerStudio/wrappers/linux/bowlerstudio
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
NRDIR=/usr/share/bowlerstudio/
|
||||
JAR=BowlerStudio.jar
|
||||
|
||||
if (test -d $NRDIR)then
|
||||
java -jar $NRDIR$JAR "$@"
|
||||
else
|
||||
zenity --error --text="#ERROR: $JAR is not where i expect it to be, $NRDIR"
|
||||
fi
|
||||
Reference in New Issue
Block a user