ops/bin/hugo

6 lines
76 B
Bash
Executable File

#!/bin/sh
export HUGO_CACHEDIR="/tmp/hugo_cache_$USER"
/usr/bin/hugo "$@"