summaryrefslogtreecommitdiff
path: root/scripts/copy.sh
blob: 293ceeaa5008440d20b5b45df2ae380dd534f4dd (plain)
1
2
3
4
5
6
#!/bin/sh

while read e; do
    $(echo $e | sed -E "s/(.*[^ ]) +--> +([^ ].*)/cp -r \1 $1\/\2/")
done < $2