TISbackup/entrypoint.sh

8 lines
70 B
Bash
Raw Permalink Normal View History

2024-11-28 23:20:19 +01:00
#!/bin/sh
env >> /etc/environment
# execute CMD
echo "$@"
exec "$@"