Initial commit

This commit is contained in:
1computer1 2019-07-09 05:19:41 -04:00
commit 93a4378475
62 changed files with 864 additions and 0 deletions

View file

@ -0,0 +1,4 @@
FROM node:alpine
LABEL author="1Computer1"
COPY run.sh /var/run/

View file

@ -0,0 +1 @@
printf %s "$1" | node -p || true