aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 23:09:03 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 23:09:03 +0100
commita59c578b4d65a7e2f92fbd9568b0011cf54285c4 (patch)
tree95b7ba8aee29a3f5515f2335d8ae375697a3706f /scripts
parent8029c615401e2af074d1c933543b2a0250af27ce (diff)
downloadgit.zue.dev-a59c578b4d65a7e2f92fbd9568b0011cf54285c4.tar
git.zue.dev-a59c578b4d65a7e2f92fbd9568b0011cf54285c4.tar.gz
git.zue.dev-a59c578b4d65a7e2f92fbd9568b0011cf54285c4.tar.bz2
git.zue.dev-a59c578b4d65a7e2f92fbd9568b0011cf54285c4.tar.xz
git.zue.dev-a59c578b4d65a7e2f92fbd9568b0011cf54285c4.zip
oop
Diffstat (limited to 'scripts')
-rw-r--r--scripts/get-repo-desc.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-repo-desc.bash b/scripts/get-repo-desc.bash
index 61d388b..b2b4057 100644
--- a/scripts/get-repo-desc.bash
+++ b/scripts/get-repo-desc.bash
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
for repository in /repositories/*; do
echo "Processing repository: $(basename "$repository")"