ish/xcode-ninja.sh
2022-08-23 08:13:33 -07:00

7 lines
153 B
Bash
Executable File

#!/bin/sh
# Try to figure out the user's PATH to pick up their installed utilities.
export PATH="$PATH:$(sudo -u "$USER" -i printenv PATH)"
ninja "$@"