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: 41e51dcb983e3797c74c8660aca1d2ecd27cc833 (
plain
)
1
cd
app/node_modules
;
for
i
in
ok*
;
do
cd
$i
;
npm
install
;
cd
..
;
done
;
cd
../..