Autosave: 2024-02-29 18:50:36
This commit is contained in:
parent
2fc4a57816
commit
de68abb568
1 changed files with 5 additions and 5 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue