Skip to content

Commit b5e460b

Browse files
committed
commit 20220715.89a5363d
1 parent cc95307 commit b5e460b

9 files changed

Lines changed: 38 additions & 30 deletions

.conf/VERSIONID

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.548
1+
2.0.549

archlinuxconfig.bash

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ printf "%s\\n" "export TZ=\"$(getprop persist.sys.timezone)\"
108108
_ADDbashrc_() {
109109
[ -e root/.bashrc ] && _DOTHRF_ "root/.bashrc"
110110
cat > root/.bashrc <<- EOM
111+
function _AM_() {
112+
command -v am 1>/dev/null || cp "$PREFIX"/bin/am "$TMXRCHBNDR"
113+
}
111114
function _PWD_() {
112115
printf '%s\n' "\$PWD"
113116
}
@@ -125,14 +128,14 @@ alias ..='cd ../.. && _PWD_'
125128
alias ...='cd ../../.. && _PWD_'
126129
alias ....='cd ../../../.. && _PWD_'
127130
alias .....='cd ../../../../.. && _PWD_'
128-
alias aiabrowser='am start -a android.intent.action.VIEW -d "content://com.android.externalstorage.documents/root/primary"' ## Reference [Android 11 (with Termux storage permission denied) question; What's the source for the shortcut to the file manager of the settings app?](https://www.reddit.com/r/termux/comments/msq7lm/android_11_with_termux_storage_permission_denied/) Contributors u/DutchOfBurdock u/xeffyr
129-
alias aiachrome='am start --user 0 -n com.android.chrome/com.google.android.apps.chrome.Main' ## Reference [Can I start an app from Termux's command line? How?](https://www.reddit.com/r/termux/comments/62zi71/can_i_start_an_app_from_termuxs_command_line_how/) Contributors u/u/fornwall u/Kramshet
130-
alias aiadial='am start -a android.intent.action.DIAL'
131-
alias aiafilemanager='am start -a android.intent.action.VIEW -d "content://com.android.externalstorage.documents/root/primary"'
132-
alias aiasearch='am start -a android.intent.action.SEARCH'
133-
alias aiaview='am start -a android.intent.action.VIEW'
134-
alias aiaviewd='am start -a android.intent.action.VIEW -d '
135-
alias aiawebsearch='am start -a android.intent.action.WEB_SEARCH'
131+
alias aiabrowser='_AM_ && am start -a android.intent.action.VIEW -d "content://com.android.externalstorage.documents/root/primary"' ## Reference [Android 11 (with Termux storage permission denied) question; What's the source for the shortcut to the file manager of the settings app?](https://www.reddit.com/r/termux/comments/msq7lm/android_11_with_termux_storage_permission_denied/) Contributors u/DutchOfBurdock u/xeffyr
132+
alias aiachrome='_AM_ && am start --user 0 -n com.android.chrome/com.google.android.apps.chrome.Main' ## Reference [Can I start an app from Termux's command line? How?](https://www.reddit.com/r/termux/comments/62zi71/can_i_start_an_app_from_termuxs_command_line_how/) Contributors u/u/fornwall u/Kramshet
133+
alias aiadial='_AM_ && am start -a android.intent.action.DIAL'
134+
alias aiafilemanager='_AM_ && am start -a android.intent.action.VIEW -d "content://com.android.externalstorage.documents/root/primary"'
135+
alias aiasearch='_AM_ && am start -a android.intent.action.SEARCH'
136+
alias aiaview='_AM_ && am start -a android.intent.action.VIEW'
137+
alias aiaviewd='_AM_ && am start -a android.intent.action.VIEW -d '
138+
alias aiawebsearch='_AM_ && am start -a android.intent.action.WEB_SEARCH'
136139
alias C='cd .. && _PWD_'
137140
alias c='cd .. && _PWD_'
138141
alias CN='cat -n \$(command -v' # use a close parenthesis ) to complete this alias
@@ -877,7 +880,7 @@ _RCSRPTA1_() { printf "\\e[48;5;112m%s\\e[48;5;28m%s\\e[0;0;0m\\n" "[\$1/\$NBRFC
877880
_RCSNPTNM_() { printf "\\e[48;5;112m%s\\e[48;5;28m%s\\e[0;0;0m\\n" "[\$1/\$NBRFCMDS]" " Running command '\$2' in directory '\$PWD'... " && { { { \$2 && _RCSNPTC0_ "\${1:-}" "\${2:-}" "\${3:-}" "\${4:-}" ; } || printf '%s\n' "\${SRPTNM^^} SIGNAL: \$2" ; } ; printf "\\e[48;5;119m%s\\e[48;5;34m%s\\e[0;0;0m\\n" "[\$1/\$NBRFCMDS]" " Finished running command '\$2'." ; } ; }
878881
_RCSRPTNM_() { printf "\\e[48;5;112m%s\\e[48;5;28m%s\\e[0;0;0m\\n" "[\$1/\$NBRFCMDS]" " Running command '\$2' in directory '\$PWD'... " && { { \$2 || _RCSRPTA0_ "\${1:-}" "\${2:-}" "\${3:-}" "\${4:-}" ; } ; printf "\\e[48;5;119m%s\\e[48;5;34m%s\\e[0;0;0m\\n" "[\$1/\$NBRFCMDS]" " Finished running command '\$2'." ; } ; }
879882
_PRPCLANG_() { command -v clang 1>/dev/null && export CC=clang || { { pc clang || pci clang ; } && export CC=clang ; } ; }
880-
_BULDQEMU_() { { QEMUPKGI=(acpica brltty capstone glusterfs jack libcacard libepoxy libiscsi libnfs liblouis libpulse librpcsecgss libslirp libusb libusb-debug liburing libvirt libxkbcommon make ninja pkgconf pcsc-tools pixman python-sphinx python-sphinx_rtd_theme qemu-tools spice spice-protocol virglrenderer sdl2 sdl2_image) && pc "\${QEMUPKGI[@]}" || pci "\${QEMUPKGI[@]}" ; } && { cd || exit 69 ; }
883+
_BULDQEMU_() { { QEMUPKGI=(acpica brltty capstone glusterfs libcacard libepoxy libiscsi libnfs liblouis libpulse libslirp libusb liburing libvirt libxkbcommon make ninja pkgconf pcsc-tools pixman python-sphinx spice spice-protocol virglrenderer sdl2 sdl2_image) && pc "\${QEMUPKGI[@]}" || pci "\${QEMUPKGI[@]}" ; } && { cd || exit 69 ; }
881884
if [ -d qemu ]
882885
then
883886
cd qemu || exit 69
@@ -2024,9 +2027,11 @@ EOM
20242027
chmod 755 "$TMXRCHBNDS"/tour
20252028
}
20262029

2030+
CCHDRX="$CACHEDIR$CACHEDIRSUFIX"
20272031
_ADDtrim_() {
20282032
_CFLHDR_ "$TMXRCHBNDS"/trim
20292033
cat >> "$TMXRCHBNDS"/trim <<- EOM
2034+
[ -f "$INSTALLDIR"/run/lock/"${INSTALLDIR##*/}"/pacman.cachedir.lock ] || { touch "$CCHDRX" && sed -Ei 's/.*#CacheDir.*/CacheDir = ${CCHDRX//\//\\\/}/g' /etc/pacman.conf && :>"$INSTALLDIR"/run/lock/"${INSTALLDIR##*/}"/pacman.cachedir.lock ; }
20302035
printf "\\e[1;32m==> \\e[1;37mRunning command \\e[1;32m%s\\e[1;37m…\\n" "\${0##*/}"
20312036
[ "\$UID" -eq 0 ] && SUTRIM="" || SUTRIM="sudo"
20322037
_DTRM_() {
@@ -2068,13 +2073,12 @@ find $INSTALLDIR -maxdepth 1 -type f -name "*.tar.gz*" -delete || _PMFSESTRING_
20682073
}
20692074
printf '%s\n' "Found 0 in file ${CACHEDIR}DLTCCH" && _DPRGLL_
20702075
else
2071-
_DTRM_
2072-
printf '%s' "Found 0 NOT found in file ${CACHEDIR}DLTCCH. "
2076+
printf '%s' "0 NOT found in file ${CACHEDIR}DLTCCH. " && _DTRM_
20732077
fi
20742078
else
20752079
_DTRM_
2076-
printf '%s' "File ${CACHEDIR}DLTCCH not found. If file ${CACHEDIR}DLTCCH is present with a 0, all the pkg cache files will be removed and trimming steps [1/6]-[6/6] will be used instead of steps [1/3]-[3/3]. Command 'cw \${0##*/})' has more information. "
20772080
fi
2081+
printf '%s' "File ${CACHEDIR}DLTCCH not found. If file ${CACHEDIR}DLTCCH is present with a 0, all the pkg cache files will be removed and trimming steps [1/6]-[6/6] will be used instead of steps [1/3]-[3/3]. Command 'cw \${0##*/})' has more information. "
20782082
## $INSTALLDIR$TMXRCHBNDR/trim FE
20792083
EOM
20802084
chmod 755 "$TMXRCHBNDS"/trim
@@ -2325,6 +2329,7 @@ fi
23252329
}
23262330

23272331
_PREPPACMANCONF_() {
2328-
[ -f "$INSTALLDIR"/run/lock/"${INSTALLDIR##*/}"/pacman.conf.lock ] || { [ -f "$INSTALLDIR"/etc/pacman.conf ] && { sed -i 's/^CheckSpace/\#CheckSpace/g' "$INSTALLDIR/etc/pacman.conf" && sed -i 's/^#Color/Color/g' "$INSTALLDIR/etc/pacman.conf" && :>"$INSTALLDIR"/run/lock/"${INSTALLDIR##*/}"/pacman.conf.lock ; } ; }
2332+
[ -f "$INSTALLDIR"/run/lock/"${INSTALLDIR##*/}"/pacman.conf.lock ] || {
2333+
[ -f "$INSTALLDIR"/etc/pacman.conf ] && { sed -i 's/^CheckSpace/\#CheckSpace/g' "$INSTALLDIR/etc/pacman.conf" && sed -i 's/^#Color/Color/g' "$INSTALLDIR/etc/pacman.conf" && :>"$INSTALLDIR"/run/lock/"${INSTALLDIR##*/}"/pacman.conf.lock ; } ; }
23292334
}
23302335
# archlinuxconfig.bash FE

printoutstatements.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FLHDR1[1]=""
1515
FLHDR1[2]="set -Eeuo pipefail"
1616
FLHDR1[3]="shopt -s extglob nullglob globstar"
1717
FLHDR1[4]="unset LD_PRELOAD"
18-
FLHDR1[5]="VERSIONID=2.0.547"
18+
FLHDR1[5]="VERSIONID=2.0.548"
1919
FLHDR1[6]="SRPTNM=\"\${0##*/}\""
2020
FLHDRP[0]="## BEGIN #####################################################################"
2121
FLHDRP[1]=""

setupTermuxArch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -Eeuo pipefail
77
shopt -s extglob nullglob globstar
88
unset LD_PRELOAD
9-
VERSIONID=2.0.547
9+
VERSIONID=2.0.548
1010
_STRPEROR_() { # run on script error
1111
local RV="$?"
1212
printf "\\e[1;48;5;138m %s" "TermuxArch ${PGNM^^} NOTICE: Generated script signal received ${RV:-UNKNOWN} near or at line number ${1:-UNKNOWN} by '${2:-UNKNOWNCOMMAND}'! "
@@ -100,7 +100,8 @@ _PRINTSHA512SYSCHKER_
100100
fi
101101
}
102102
_CHKDWN_() {
103-
{ sha512sum -c --quiet setupTermuxArch.sha512 && printf "\\e[0;34m%s\\e[1;34m%s\\e[1;32m%s\\n" " 🕛 > 🕐 " "TermuxArch download: " "OK" && bsdtar -x -p -f setupTermuxArch.tar.gz ; } || _PRINTSHA512SYSCHKER_
103+
sha512sum -c --quiet setupTermuxArch.sha512 && printf "\\e[0;34m%s\\e[1;34m%s\\e[1;32m%s\\n" " 🕛 > 🕐 " "TermuxArch download: " "OK" || _PRINTSHA512SYSCHKER_
104+
TMPCMD="bsdtar -x -p -f setupTermuxArch.tar.gz" && $TMPCMD || printf "\\e[1;48;5;138m%s\\e[0m " "TermuxArch ${PGNM^^} SIGNAL $TMPCMD: CONTINUING..."
104105
}
105106
_CHKSELF_() { # compare setupTermuxArch and file being used
106107
cd "$WFDIR" # change directory to working file directory

setupTermuxArch.bash

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -Eeuo pipefail
77
shopt -s extglob nullglob globstar
88
unset LD_PRELOAD
9-
VERSIONID=2.0.547
9+
VERSIONID=2.0.548
1010
_STRPEROR_() { # run on script error
1111
local RV="$?"
1212
printf "\\e[1;48;5;138m %s" "TermuxArch ${PGNM^^} NOTICE: Generated script signal received ${RV:-UNKNOWN} near or at line number ${1:-UNKNOWN} by '${2:-UNKNOWNCOMMAND}'! "
@@ -100,7 +100,8 @@ _PRINTSHA512SYSCHKER_
100100
fi
101101
}
102102
_CHKDWN_() {
103-
{ sha512sum -c --quiet setupTermuxArch.sha512 && printf "\\e[0;34m%s\\e[1;34m%s\\e[1;32m%s\\n" " 🕛 > 🕐 " "TermuxArch download: " "OK" && bsdtar -x -p -f setupTermuxArch.tar.gz ; } || _PRINTSHA512SYSCHKER_
103+
sha512sum -c --quiet setupTermuxArch.sha512 && printf "\\e[0;34m%s\\e[1;34m%s\\e[1;32m%s\\n" " 🕛 > 🕐 " "TermuxArch download: " "OK" || _PRINTSHA512SYSCHKER_
104+
TMPCMD="bsdtar -x -p -f setupTermuxArch.tar.gz" && $TMPCMD || printf "\\e[1;48;5;138m%s\\e[0m " "TermuxArch ${PGNM^^} SIGNAL $TMPCMD: CONTINUING..."
104105
}
105106
_CHKSELF_() { # compare setupTermuxArch and file being used
106107
cd "$WFDIR" # change directory to working file directory

setupTermuxArch.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -Eeuo pipefail
77
shopt -s extglob nullglob globstar
88
unset LD_PRELOAD
9-
VERSIONID=2.0.547
9+
VERSIONID=2.0.548
1010
_STRPEROR_() { # run on script error
1111
local RV="$?"
1212
printf "\\e[1;48;5;138m %s" "TermuxArch ${PGNM^^} NOTICE: Generated script signal received ${RV:-UNKNOWN} near or at line number ${1:-UNKNOWN} by '${2:-UNKNOWNCOMMAND}'! "
@@ -100,7 +100,8 @@ _PRINTSHA512SYSCHKER_
100100
fi
101101
}
102102
_CHKDWN_() {
103-
{ sha512sum -c --quiet setupTermuxArch.sha512 && printf "\\e[0;34m%s\\e[1;34m%s\\e[1;32m%s\\n" " 🕛 > 🕐 " "TermuxArch download: " "OK" && bsdtar -x -p -f setupTermuxArch.tar.gz ; } || _PRINTSHA512SYSCHKER_
103+
sha512sum -c --quiet setupTermuxArch.sha512 && printf "\\e[0;34m%s\\e[1;34m%s\\e[1;32m%s\\n" " 🕛 > 🕐 " "TermuxArch download: " "OK" || _PRINTSHA512SYSCHKER_
104+
TMPCMD="bsdtar -x -p -f setupTermuxArch.tar.gz" && $TMPCMD || printf "\\e[1;48;5;138m%s\\e[0m " "TermuxArch ${PGNM^^} SIGNAL $TMPCMD: CONTINUING..."
104105
}
105106
_CHKSELF_() { # compare setupTermuxArch and file being used
106107
cd "$WFDIR" # change directory to working file directory

setupTermuxArch.sha512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
415ba7c3a7fbc28160a104d3736c5480e9a3ce43f172928f33ce957c2f6c0e7e9963f2d997bfe3b3f33dff5f7fc0d455ad828ae77915131d8f1452bf65f9297d setupTermuxArch.tar.gz
1+
033731f69dea719816bbf73088a5615f4cbc8c26b011ac10a6d0abc03726014c7ab19fdf28f6706bfeb54f95847638388ef0a487cb2809477dc30da90f1e40a2 setupTermuxArch.tar.gz

setupTermuxArch.tar.gz

706 Bytes
Binary file not shown.

sha512.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
d8ec80992b7be99b10a69bb28f112afac1c7fbf6f9f1633959e2e9472b55dfd052503f18e14b34dd0363d158106e70dcaf2fc45b25e789ba91c9c907a9b20497 ./.conf/VERSIONID
1+
e67be29efdd034781f6ef5bc4114f56023ea7c927b94a22fa99595319c172268bdc545f7c2646e7d71c66b6736b90b244732f4f494c83fbacdf0f42a034569e4 ./.conf/VERSIONID
22
05a502a845e35bc0495a3a3006ae914785c48679dddd362bd98bd33c306ed2aa8fac57344b1b65955d41755c3967f3e991770764f6c2f14c6a52f3e52e00ef1c ./.github/FUNDING.yml
33
c5b8dd6c602b3acea11ff4b6bd541cc77ebd44fa359ffd40f78785a16949a3a0f435c763c2dbc05327c071326e19c9951940e85ebd832ec1fad4feeb9dc97dac ./.github/workflows/greetings.yml
44
cd90fd3ba3554fbae5c5cbe38142191c74a76a039288d37c10a6f247bdac47e84dfeb7f17055a9bf27cb19dd0d859cd5989307c037ab3847a98c916b4e811ef9 ./.github/workflows/label.yml
@@ -12,20 +12,20 @@ f2d9bb93b52e89f1dc7051f1cef5a640b3d115ffdc20a91dca0827ac9089f8ad6ec9f5484f27cba2
1212
1fbd5bbe1d7a8fad9bcbfe3410fab3ebbd1e79bc728b301eeb78b956357d3d0cd5829e500879e5621eb531147f2c2fc0e4f76f313dd515892bec6010bd3a2a00 ./LICENSE
1313
f926dc402b414c955b3ae593d3b0a9dc4a20657a8075749c3774d2cf7b30d60da3ff7ba0e06bde4ab75f72b4fc8840aa2357d6383d00cb31d636f3589fb49012 ./NOTICE.md
1414
e21012fb1f59efa4b3e6e8d3a953a5304e5b8eac0deb3631b068b463d8bee1d616bf9f2c706b2b78444e2bfdf6ee24b7dea8f890be36a216df20f95f2bada174 ./README.md
15-
8e644d6227c516df99a94ac2002088766e4b45a24c7ba31430d48b000ebb520ae4894e89f0ccc9acc78923477db90758dd6f798144785ef973ddaf7f538fa570 ./archlinuxconfig.bash
15+
b6f3bc5d831d7de898d665ab0c3c97ae19cba1dad6276bbe6fccd8fa10fee1dba3d600e869b917bd29c6ecdb1cc72ca18421f0120254ca9d377a19f641f99928 ./archlinuxconfig.bash
1616
ca1b3f26dc0d74401c48c754cfcbf7f57cc79827d8e6f6c5fe585d6cd00ece8770672f85f60371526c3dcecade7d6f0bf4d4d9744f316603501479a200daafbe ./espritfunctions.bash
1717
53ef82880f9e8e2ebb16ff2cfaf18dae7d4c866046979f41716de40c2c619529fb5f0d86364a7ab4ec0a6ab839446104d3ba0cbfc92c68ede87a09d456e7e386 ./getimagefunctions.bash
1818
b67fea23eb50e58f40e0e8183de2e1079ac98b1316478870b1cd6842fb80a758217e1bafbb1b5146af69795395078e07d3e79b0015fc24246be0d31700e3a396 ./knownconfigurations.bash
1919
b4447309fc2a1ac9b8aedab94ee2bb3dae8dda6dd9a8f9c6df5786d907040731fc152018b8a15a56df4a98a97a312db4dc72c48b862b0ef10654ddf09e470ccf ./maintenanceroutines.bash
2020
e262e693486af502d1cb81106ea745b9bc411f80b5726daaa0ae526f3e6e915f7f7780afbd45e3f769a174a3488e5acb5d4b1838a596b7f92ed1c84e5d4cdc5b ./necessaryfunctions.bash
21-
906c7c4763ad5ffb9794632cb41c99efdaa5cdc8c125002a72ed096345ec2d42874bf13467979dac2b0856d0d70056bfd92453514a868b4c407b5890ecee555a ./printoutstatements.bash
21+
5367a15b51fe4909ed5365c890f46992b9e42befc7f273ef47ff069cdc8e512f257fe61a200dd8e5ae7cfb3ccfb6bcbff3e092979c2272a60e5cd9730146a0be ./printoutstatements.bash
2222
91f866372458ffb4399d0acbcdd8b24b161cd48d776020ea274b1ac6db46826519248d12574493a8b003af320df12d5c7baab331137d2e71d5deace6ca69146e ./pullTermuxArchMods.bash
2323
6f8a50ec0f811b35515666ecf5131bc59391a32a4760dd9994c64b2209544532dac4160c61dc0a53622b6453d34e6061b810e7a64bdcc853cf795e10d21ba3b8 ./robots.txt
24-
20fbf8d8ad5850af0f53bb8c943fce8625977fde831bd2f29a208fdcc36d5865ecc2476f7654f9211d394cc44bad8cf0ccfa0915accf1d93d62cfa4e318955e3 ./setupTermuxArch
25-
20fbf8d8ad5850af0f53bb8c943fce8625977fde831bd2f29a208fdcc36d5865ecc2476f7654f9211d394cc44bad8cf0ccfa0915accf1d93d62cfa4e318955e3 ./setupTermuxArch.bash
26-
20fbf8d8ad5850af0f53bb8c943fce8625977fde831bd2f29a208fdcc36d5865ecc2476f7654f9211d394cc44bad8cf0ccfa0915accf1d93d62cfa4e318955e3 ./setupTermuxArch.sh
27-
049b473673db77612efd94e9ea30f4a8295289c734449162adeec8001e6fb21646be6f70cc09216f969ce0c6a8fdf13dc68985c2e425947a6c58054a5de2523d ./setupTermuxArch.sha512
28-
415ba7c3a7fbc28160a104d3736c5480e9a3ce43f172928f33ce957c2f6c0e7e9963f2d997bfe3b3f33dff5f7fc0d455ad828ae77915131d8f1452bf65f9297d ./setupTermuxArch.tar.gz
24+
efaab643329dc559d46a4f6b1f806e565871ee98a3a41e1a6371430ec1159b616a6586bcb7cab741269787a8cbf322b05a323f6dcd0c1af61b179091b0013cb6 ./setupTermuxArch
25+
efaab643329dc559d46a4f6b1f806e565871ee98a3a41e1a6371430ec1159b616a6586bcb7cab741269787a8cbf322b05a323f6dcd0c1af61b179091b0013cb6 ./setupTermuxArch.bash
26+
efaab643329dc559d46a4f6b1f806e565871ee98a3a41e1a6371430ec1159b616a6586bcb7cab741269787a8cbf322b05a323f6dcd0c1af61b179091b0013cb6 ./setupTermuxArch.sh
27+
23bcbd684a6cde0ba85fb6e70bdf25401cb93463a37bb1f967b6912940c38287b57e254a728f9098b017e72ed5910468b5ee3558f3e7471ca7c6e0f102065b96 ./setupTermuxArch.sha512
28+
033731f69dea719816bbf73088a5615f4cbc8c26b011ac10a6d0abc03726014c7ab19fdf28f6706bfeb54f95847638388ef0a487cb2809477dc30da90f1e40a2 ./setupTermuxArch.tar.gz
2929
9ae12dac3a7ad11cc929036d608e0113595925c48f6f9bf65af299bf01e1b0dbf9eedaa118c53bf957ae909c52e322bf7431b95ca0cc8517924321c678346dcb ./sitemap.txt
3030
48bf62b56bc0801ade1c8181f862461d5e86c3c91a1c44b12826ac919accf9f5375d61c5e04bf426f3911ea58fb1728227d541835df90ed7791ff45b204063ba ./taprootuserland.bash
3131
48bf62b56bc0801ade1c8181f862461d5e86c3c91a1c44b12826ac919accf9f5375d61c5e04bf426f3911ea58fb1728227d541835df90ed7791ff45b204063ba ./taqemualpinex86.bash

0 commit comments

Comments
 (0)