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