mirror of
https://notabug.org/litucks/torzu.git
synced 2026-03-11 22:15:35 +00: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 "$@"
|