sync-all-repos: static ones only by default

This commit is contained in:
Nico Schottelius 2022-03-16 18:12:30 +01:00
parent 0136343f0f
commit 42cf4c291a

View file

@ -1,9 +1,9 @@
#!/bin/sh #!/bin/sh
onlystatic="" onlystatic="yes"
if [ $# -ge 1 ]; then if [ $# -ge 1 ]; then
onlystatic=yes onlystatic=""
fi fi
set -e set -e