TavernerPOS - Source Code

Clone: 

git clone http://www.librarysmith.co.uk/tavernerPOS

 

Index » tavernerPOS : Blob 4c0283 / etc / tavernerpos.sh
#!/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

Add comment
These comments are moderated so so won't be published until reviewed.