From c299be23153a1bd8cc28cf19e6bc380298f32182 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 20 Sep 2024 21:10:08 +0200 Subject: Cleanup --- shenanigans.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shenanigans.sh') diff --git a/shenanigans.sh b/shenanigans.sh index a02f504..7de58e7 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -111,6 +111,8 @@ backup() { find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \; find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \; + cp -Rf /home/$USER/Notebooks ./ + mkdir ../twow cp -Rf /home/$USER/Games/turtlewow/Interface ../twow cp -Rf /home/$USER/Games/turtlewow/WTF ../twow -- cgit v1.2.3