diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-20 21:10:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-20 21:10:08 +0200 |
| commit | c299be23153a1bd8cc28cf19e6bc380298f32182 (patch) | |
| tree | 70da6385f521306795a24716bd0d772874a5aded /shenanigans.sh | |
| parent | b3430b6c73fa2a49a490571887794018b30e7cb3 (diff) | |
| download | dotfiles-c299be23153a1bd8cc28cf19e6bc380298f32182.tar.gz | |
Cleanup
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index a02f504..7de58e7 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -111,6 +111,8 @@ backup() { | |||
| 111 | find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \; | 111 | find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \; |
| 112 | find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \; | 112 | find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \; |
| 113 | 113 | ||
| 114 | cp -Rf /home/$USER/Notebooks ./ | ||
| 115 | |||
| 114 | mkdir ../twow | 116 | mkdir ../twow |
| 115 | cp -Rf /home/$USER/Games/turtlewow/Interface ../twow | 117 | cp -Rf /home/$USER/Games/turtlewow/Interface ../twow |
| 116 | cp -Rf /home/$USER/Games/turtlewow/WTF ../twow | 118 | cp -Rf /home/$USER/Games/turtlewow/WTF ../twow |
