mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 21:04:06 +00:00
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 "$@"
|