Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
teralomaniac
/
clewd
like
18
Runtime error
App
Files
Files
Community
6
refs/pr/2
clewd
/
start.sh
teralomaniac
Upload 23 files
d70d08b
about 1 year ago
raw
Copy download link
history
blame
Safe
199 Bytes
#!/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