mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-11 07:51:45 +00:00
7 lines
98 B
Bash
7 lines
98 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
. /etc/ShellCrash/configs/command.env
|
|
|
|
exec /bin/sh -c "${COMMAND} > /dev/null"
|