From 3bf8a5ffaee3e427264a510fea2fd95e46029132 Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Sat, 2 May 2020 15:04:28 +0200 Subject: [PATCH] Move the data files previously in cv --- cv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cv b/cv index e8a749e..88a2879 100755 --- a/cv +++ b/cv @@ -16,6 +16,8 @@ data="$HOME/Documents/cv" if [ ! -d $data ] then ex "mkdir $data" + # This is just for migration. Remove afterwards. + ex "mv /tmp/cv/* $data/ -v" fi country=$1