This website requires JavaScript.
Explore
Help
Sign In
Network
/
2024
Watch
9
Star
0
Fork
You've already forked 2024
0
Code
Issues
33
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
2024
/
automation
/
preseed
/
run_env.sh
10 lines
95 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
ENV_FILE
=
"
$1
"
CMD
=
${
@
:
2
}
set
-o allexport
source
$ENV_FILE
set
+o allexport
$CMD
Reference in New Issue
View Git Blame
Copy Permalink