rewrite in js
This commit is contained in:
6
wg-password/wgpw.sh
Executable file
6
wg-password/wgpw.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# This script is intended to be run only inside a docker container, not on the development host machine
|
||||
set -e
|
||||
# proxy command
|
||||
export NODE_PATH="/node_modules_wg"
|
||||
node /wgpw/index.mjs "$@"
|
||||
Reference in New Issue
Block a user