From de68abb5683aa7e070fce7fbca732910f4785ec7 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 29 Feb 2024 18:50:36 +0000 Subject: [PATCH] Autosave: 2024-02-29 18:50:36 --- scripts/auto_save.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/auto_save.sh b/scripts/auto_save.sh index b923605..2146a01 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -3,14 +3,14 @@ # Automatically commits/pull changes to the remote ZK repository. -zk=$HOME/repos/eolas +# zk=${HOME}/repos/eolas -tidy_filenames="${zk}/scripts/tidy_filenames.sh" -purge_images="${zk}/scripts/purge_images.sh" +tidy_filenames="/home/thomas/repos/eolas/scripts/tidy_filenames.sh" +purge_images="/home/thomas/repos/eolas/scripts/purge_images.sh" -cd $zk +cd /home/thomas/repos/eolas -echo "Standardising file-names..." +echo "Standardising file-names..." source ${tidy_filenames} echo "Removing unused images..."