mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-01-08 19:44:43 +00:00
4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
# -E to keep the environment variables needed to run the tests.
|
|
exec sudo -E "$@"
|