dockcross/imagefiles/sudo.sh

6 lines
64 B
Bash
Executable File

#!/bin/sh
# Emulate the sudo command
exec gosu root:root "$@"