aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-20 21:10:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-20 21:10:08 +0200
commitc299be23153a1bd8cc28cf19e6bc380298f32182 (patch)
tree70da6385f521306795a24716bd0d772874a5aded /shenanigans.sh
parentb3430b6c73fa2a49a490571887794018b30e7cb3 (diff)
downloaddotfiles-c299be23153a1bd8cc28cf19e6bc380298f32182.tar.gz
Cleanup
Diffstat (limited to 'shenanigans.sh')
-rwxr-xr-xshenanigans.sh2
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