fix first pass
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
env >> /etc/environment
|
||||
|
||||
# execute CMD
|
||||
echo "$@"
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user