4 lines
92 B
Text
4 lines
92 B
Text
|
#!/bin/sh
|
||
|
# -E to keep the environment variables needed to run the tests.
|
||
|
exec sudo -E "$@"
|