File size: 199 Bytes
d70d08b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

if ! command -v npm &> /dev/null
then
    echo "Install nodejs"
fi

npm install --no-audit --fund false
chown -R $(whoami) lib/bin/*
chmod u+x lib/bin/*
chmod -R 777 $(pwd)
node clewd.js