mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-10 03:39:38 +00:00
6 lines
133 B
Bash
6 lines
133 B
Bash
|
# Remove uneeded files that just take up little space
|
||
|
rm .node_repl_history
|
||
|
rm .bash_history .bash_logout
|
||
|
rm .sh_history
|
||
|
rm .lesshst
|