Autosave: 2024-02-29 18:50:36

This commit is contained in:
thomasabishop 2024-02-29 18:50:36 +00:00
parent 2fc4a57816
commit de68abb568

View file

@ -3,12 +3,12 @@
# 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..."
source ${tidy_filenames}