From 1bfdf6b28a790f642307a0572ff018d3efc9bae0 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Thu, 30 Jan 2020 14:11:54 -0500 Subject: [PATCH] copy-files: remove mkdir command --- copy-files | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/copy-files b/copy-files index 38d7a5d..8f23c5b 100755 --- a/copy-files +++ b/copy-files @@ -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"