ish/app/xcode-ninja.sh
Theodore Dubois 6b8e012677 Accommodate multiple versions of APK repos
Move the pointers to the repos so that we can keep pointers to more than
one version in git, and choose which one to use from one place, making
it easier to switch between versions.
2023-10-29 10:13:24 -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 "$@"