diff options
Diffstat (limited to 'app/node_modules/okservices/install.sh')
| -rwxr-xr-x | app/node_modules/okservices/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/node_modules/okservices/install.sh b/app/node_modules/okservices/install.sh new file mode 100755 index 0000000..5ffd898 --- /dev/null +++ b/app/node_modules/okservices/install.sh @@ -0,0 +1 @@ +for i in ok* ; do cd $i ; npm install; cd .. ; done ; cd ../.. |
