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"