TavernerPOS - Source Code
Clone:
git clone http://www.librarysmith.co.uk/tavernerPOS
#!/bin/sh
OLANG=$(locale | grep LANGUAGE | cut -d= -f2 | cut -d: -f1 | cut -d_ -f1)
OCOUN=$(locale | grep LANGUAGE | cut -d= -f2 | cut -d: -f1 | cut -d_ -f2)
LANGUAGE="-Duser.language=$OLANG"
COUNTRY="-Duser.country=$OCOUN"
java "$LANGUAGE" "$COUNTRY" -jar ./tavernerPOS.jar
- Details
- Last Updated: Monday, 04 April 2016 02:04
- Hits: 42701329