diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-07-19 22:37:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-07-19 22:37:08 +0200 |
| commit | 8695cc64dc5778b46fcbe6c5f3c3a960665f33d4 (patch) | |
| tree | 382d5a6e9dd8e7bc42529c768f34b0ad0dd3e8c6 /shenanigans.sh | |
| parent | 4045e5e06617831d9ab12f2125d6e1d6fb3223f8 (diff) | |
| download | dotfiles-8695cc64dc5778b46fcbe6c5f3c3a960665f33d4.tar.gz | |
Update
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 96c78ad..cff5f06 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -96,6 +96,10 @@ backup() { | |||
| 96 | find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \; | 96 | find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \; |
| 97 | find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \; | 97 | find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \; |
| 98 | 98 | ||
| 99 | mkdir ../twow | ||
| 100 | cp -Rf /home/$USER/Games/turtlewow/Interface ../twow | ||
| 101 | cp -Rf /home/$USER/Games/turtlewow/WTF ../twow | ||
| 102 | |||
| 99 | # Sync with NAS. | 103 | # Sync with NAS. |
| 100 | rsync -azv \ | 104 | rsync -azv \ |
| 101 | --exclude '.venv/' \ | 105 | --exclude '.venv/' \ |
