fix first pass

This commit is contained in:
2024-11-28 23:20:19 +01:00
parent c5a1ac0551
commit ffd9bf3d39
10 changed files with 129 additions and 40 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
env >> /etc/environment
# execute CMD
echo "$@"
exec "$@"