Skip to content

Commit

Permalink
modified: scripts/bash/build/build.github.orgs.bash
Browse files Browse the repository at this point in the history
	modified:   scripts/bash/build/build.github.users.bash
  • Loading branch information
SDRausty committed Oct 8, 2019
1 parent 742717d commit 96878e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions scripts/bash/build/build.github.orgs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ done
_FJDX_ () {
export SFX="$(tar tf "${NAME##*/}.${COMMIT::7}.tar.gz" | awk 'NR==1' )" || printf "%s\\n\\n" "$STRING"
(tar xvf "${NAME##*/}.${COMMIT::7}.tar.gz" | grep AndroidManifest.xml); _IAR_ "$JDR/$SFX/" || printf "%s\\n\\n" "$STRING"
_ANDB_ "$JDR/$SFX"
cd "$JDR"
}

_GC_ () {
Expand Down Expand Up @@ -188,4 +186,5 @@ for NAME in "${JARR[@]}" # lets you delete partial downloads and repopulates fro
do # This creates a "slate" within each github/$JDR that can be selectively reset when desired. This can be important on a slow connection.
_CKAT_
done
_ANDB_ "$JDR"
# build.github.orgs.bash EOF
3 changes: 1 addition & 2 deletions scripts/bash/build/build.github.users.bash
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ done
_FJDX_ () {
export SFX="$(tar tf "${NAME##*/}.${COMMIT::7}.tar.gz" | awk 'NR==1' )" || printf "%s\\n\\n" "$STRING"
(tar xvf "${NAME##*/}.${COMMIT::7}.tar.gz" | grep AndroidManifest.xml); _IAR_ "$JDR/$SFX/" || printf "%s\\n\\n" "$STRING"
_ANDB_ "$JDR/$SFX"
cd "$JDR"
}

_GC_ () {
Expand Down Expand Up @@ -189,4 +187,5 @@ for NAME in "${JARR[@]}" # lets you delete partial downloads and repopulates fro
do # This creates a "slate" within each github/$JDR that can be selectively reset when desired. This can be important on a slow connection.
_CKAT_
done
_ANDB_ "$JDR"
# build.github.users.bash EOF

0 comments on commit 96878e4

Please sign in to comment.