summaryrefslogtreecommitdiff
path: root/app/node_modules/okservices/install.sh
blob: 5ffd898e43865e335ff5e42bce036e34300845e8 (plain)
1
for i in ok* ; do cd $i ; npm install; cd .. ; done ; cd ../..