move files
This commit is contained in:
5
src/wgpw.sh
Executable file
5
src/wgpw.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# This script is intended to be run only inside a docker container, not on the development host machine
|
||||
set -e
|
||||
# proxy command
|
||||
node /app/wgpw.mjs "$@"
|
||||
Reference in New Issue
Block a user