mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-28 10:16:11 +01:00
3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
# -E to keep the environment variables needed to run the tests.
|
|
exec sudo -E "$@"
|