Autosave: 2024-03-01 09:00:21
This commit is contained in:
parent
e667d4979b
commit
b52ec91e16
1 changed files with 4 additions and 7 deletions
|
@ -2,19 +2,16 @@
|
||||||
|
|
||||||
# Automatically commits/pull changes to the remote ZK repository.
|
# Automatically commits/pull changes to the remote ZK repository.
|
||||||
|
|
||||||
|
tidy_filenames="/home/thomas/repos/eolas/scripts/tidy_filenames.sh"
|
||||||
|
purge_images="/home/thomas/repos/eolas/scripts/purge_images.sh"
|
||||||
|
|
||||||
# zk=${HOME}/repos/eolas
|
cd /hom/thomas/repos/eolas
|
||||||
|
|
||||||
tidy_filenames="${HOME}/repos/eolas/scripts/tidy_filenames.sh"
|
|
||||||
purge_images="${HOME}/repos/eolas/scripts/purge_images.sh"
|
|
||||||
|
|
||||||
cd $HOME/repos/eolas
|
|
||||||
|
|
||||||
echo "Standardising file-names..."
|
echo "Standardising file-names..."
|
||||||
source ${tidy_filenames}
|
source ${tidy_filenames}
|
||||||
|
|
||||||
echo "Removing unused images..."
|
echo "Removing unused images..."
|
||||||
source ${purge_images}
|
# source ${purge_images}
|
||||||
|
|
||||||
echo "Checking for changes..."
|
echo "Checking for changes..."
|
||||||
git pull >/dev/null 2>&1
|
git pull >/dev/null 2>&1
|
||||||
|
|
Loading…
Add table
Reference in a new issue