2021-10-02 11:21:15 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# Clean up useless dotfiles
|
|
|
|
|
|
|
|
rm -rf \
|
|
|
|
.audacity-data \
|
|
|
|
.mplayer \
|
|
|
|
.w3m \
|
|
|
|
.wget-hsts \
|
|
|
|
.python_history \
|
|
|
|
.units_history \
|
2021-11-19 12:25:36 -05:00
|
|
|
.avidemux6 \
|
2021-10-02 11:21:15 -04:00
|
|
|
.xsel.log
|
|
|
|
|
|
|
|
rmdir Downloads Desktop 2>/dev/null
|