index
:
okcms.git
master
twohustlers
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
install.sh
blob: 80ef53f80952f77a6c1c72bc8bcdad91d7f28ae1 (
plain
)
1
cd
app/node_modules
;
for
i
in
*
;
do
cd
$i
;
npm
install
;
cd
..
;
done
;
cd
../..