This website requires JavaScript.
Explore
Help
Sign In
k3nny
/
TISbackup
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1cb731cbdb1e6d79bcfe6970d319dc0775b40580
TISbackup
/
entrypoint.sh
T
8 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
fix first pass
2024-11-28 23:20:19 +01:00
#!/bin/sh
env >> /etc/environment
# execute CMD
echo
"
$@
"
exec
"
$@
"
Reference in New Issue
Copy Permalink