WIP - adding expo 2

This commit is contained in:
Paul Frazee
2023-03-08 13:53:00 -06:00
parent bc46714ca5
commit 18347bdb22
77 changed files with 966 additions and 16646 deletions
+6
View File
@@ -205,6 +205,12 @@ set -- \
org.gradle.wrapper.GradleWrapperMain \
"$@"
# Stop when "xargs" is not available.
if ! command -v xargs >/dev/null 2>&1
then
die "xargs is not available"
fi
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.