mbp-manjaro/Scripts/repo-all-editions.sh

8 lines
117 B
Bash
Raw Normal View History

#!/bin/bash
for f in ../manjaro; do
if [ -d "$f" ]; then
cp user-repos.conf ../manjaro/"$f"
fi
done