mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 08:13:52 +00:00
4 lines
92 B
Bash
Executable file
4 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
# -E to keep the environment variables needed to run the tests.
|
|
exec sudo -E "$@"
|