We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b19dda commit 61782bdCopy full SHA for 61782bd
external.sh
@@ -91,7 +91,7 @@ fetch_data() {
91
local game
92
game="$(
93
furl "https://github.com/netchx/netch/archive/refs/heads/main.tar.gz" |
94
- tar xOzf - 'netch-main/Storage/mode/TUNTAP/*.txt' -X "game-ignore.txt" |
+ tar --wildcards -xOzf - 'netch-main/Storage/mode/TUNTAP/*.txt' -X "game-ignore.txt" |
95
sed 's/#.*$//;/^$/d'
96
)"
97
0 commit comments