13 lines
240 B
Bash
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/
|
|
|