Browse Source

chmod recursive

pull/401/head
GilbN 2 years ago
parent
commit
76bfe40e39
  1. 2
      fetch.sh

2
fetch.sh

@ -14,4 +14,4 @@ jq -r 'to_entries | map(.key + "|" + (.value | tostring)) | .[]' <<< "$MODS" | \
curl "$value" --create-dirs --output "$DIR/98-themepark-$key" --silent curl "$value" --create-dirs --output "$DIR/98-themepark-$key" --silent
echo "Fetched $key script" echo "Fetched $key script"
done done
chmod go+rx $DIR chmod -R +x $DIR
Loading…
Cancel
Save