Skip to content
Snippets Groups Projects
Commit 922bf095 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Allow reset headers of a single module

parent 2793c620
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,11 @@ test -d ../.git || {
exit 1
}
for dir in *
DIRS=$1
test -z "$DIRS" && DIRS=*
for dir in $DIRS
do
test -d "$dir" || continue
cd $dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment