Add Download Service

This commit is contained in:
Abdullah Barhoum 2022-09-11 17:44:16 +02:00
parent 80086cb468
commit 7a83dc6a1a
6 changed files with 54 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -Eeuo pipefail
find . -name "*.sh" -exec git update-index --chmod=+x {} \;