copy-files: remove mkdir command

master
an 2020-01-30 14:11:54 -05:00
父節點 88334cd995
當前提交 1bfdf6b28a
共有 1 個檔案被更改,包括 0 行新增12 行删除

查看文件

@ -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"