mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
6 lines
64 B
Bash
6 lines
64 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Emulate the sudo command
|
||
|
|
||
|
exec gosu root:root "$@"
|