mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Emulate the sudo command
|
|
|
|
exec gosu root:root "$@"
|