aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
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