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