diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/get-repo-desc.bash | 2 |
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")" |
