Files
2022-12-07 04:43:36 +01:00

8 lines
70 B
Bash

#!/bin/sh
env >> /etc/environment
# execute CMD
echo "$@"
exec "$@"