You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.repo.bash
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,34 @@ set -eu
6
6
shopt -s nullglob globstar
7
7
export RDR="$HOME/buildAPKs"
8
8
if [ $#!= 1 ]
9
-
then
10
-
printf"\\n%s\\n\\n%s\\n\\n""The '${0##*/}' command has been tested with https://github.com/search and https://gitlab.com/explore successfully. Please share addresses to sourcecode at https://github.com/BuildAPKs in order to help develop this topic if you find repo candidates for inclusion.""EXAMPLE USAGE: '${0##*/} https://github.com/BuildAPKs/buildAPKs.entertainment'"&&exit
9
+
then# print help
10
+
printf"\\n%s\\n\\n%s\\n\\n""The '${0##*/}' command has been tested with https://github.com/search and https://gitlab.com/explore successfully. Please share addresses to sourcecode at https://github.com/BuildAPKs in order to help develop this topic if you find repo candidates for inclusion.""EXAMPLE USAGE: ${0##*/} https://github.com/BuildAPKs/buildAPKs.entertainment"&&exit
0 commit comments