mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 06:35:46 +01:00
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
|
#!/bin/sh
|
||
|
# -E to keep the environment variables needed to run the tests.
|
||
|
exec sudo -E "$@"
|