mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-10 12:19:51 +00:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Clear Hugo's cache on MacOS (assumes default path)
|
|
sudo rm -rf $TMPDIR/hugo_cache/
|