ops/bin/hugo

6 lines
76 B
Plaintext
Raw Permalink Normal View History

2021-12-10 12:09:38 +00:00
#!/bin/sh
export HUGO_CACHEDIR="/tmp/hugo_cache_$USER"
/usr/bin/hugo "$@"