4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
|
#!/bin/sh -e
|
||
|
# Rebuild doom from scratch pruning all caches
|
||
|
rm -I -rf "$DOOMLOCALDIR/straight" && doom sync -u
|