git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git]
/
jsbuilder
/
sencha.sh
1
#!/bin/sh
2
UNAME="$(uname)"
3
ARGUMENTS=$*
4
DIRNAME="$(dirname $0)"
5
if [ $UNAME = "Darwin" ] ; then
6
OS="mac"
7
else
8
OS="linux"
9
fi
10
CMD="$DIRNAME/jsdb/$OS/jsdb -path $DIRNAME $DIRNAME/bin/Dispatch.js $ARGUMENTS"
11
$CMD