Files
linux-post-install/removing-stuff.sh
2026-07-20 21:27:18 -05:00

13 lines
240 B
Bash

######################
## REMOVING STUFF ##
######################
echo "## removing stuff" | tee -a todo.md
rmdir $HOME/Documents/
rmdir $HOME/Music/
rmdir $HOME/Pictures/
rmdir $HOME/Public/
rmdir $HOME/Templates/
rmdir $HOME/Videos/