forked from iamMonzurul/ChromisPOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmigrate.command
More file actions
26 lines (22 loc) · 737 Bytes
/
migrate.command
File metadata and controls
26 lines (22 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/sh
DIRNAME=`dirname $0`
CP=$DIRNAME/chromispos.jar
CP=$CP:$DIRNAME/lib/
CP=$CP:$DIRNAME/locales/
CP=$CP:$DIRNAME/locales/Albanian
CP=$CP:$DIRNAME/reports/American
CP=$CP:$DIRNAME/locales/Arabic
CP=$CP:$DIRNAME/locales/Argentinian
CP=$CP:$DIRNAME/locales/Brazilian
CP=$CP:$DIRNAME/locales/Croatian
CP=$CP:$DIRNAME/locales/Dutch
CP=$CP:$DIRNAME/locales/English
CP=$CP:$DIRNAME/locales/Estonian
CP=$CP:$DIRNAME/locales/French
CP=$CP:$DIRNAME/locales/German
CP=$CP:$DIRNAME/locales/Italian
CP=$CP:$DIRNAME/locales/Mexican
CP=$CP:$DIRNAME/locales/Portuguese
CP=$CP:$DIRNAME/locales/Spanish
CP=$CP:$DIRNAME/reports/
java -cp $CP -Djava.library.path=$DIRNAME/lib/Linux -Ddirname.path="$DIRNAME" uk.chromis.pos.migrate.JFrmMigrate $1