Update custom site scripts shebang

This commit is contained in:
Gabriel Arazas 2023-02-21 01:04:03 +08:00
parent 66c8573bd2
commit 4fcb349415
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#! nix-shell -p openring -i bash
function help() {
cat << HELP