copy-files: remove mkdir command

master
an 2020-01-30 14:11:54 -05:00
parent 88334cd995
commit 1bfdf6b28a
1 changed files with 0 additions and 12 deletions

View File

@ -1,18 +1,6 @@
#!/usr/bin/env fish
# copy regular files
mkdir -vp \
applications \
build-system \
fonts \
network \
scripts \
system \
themes \
unused \
vim \
virtual-machines
while read f t
eval set t $t
cp -vr "$t" "$f"