From 4fcb349415f44c5ef141de68681bd70169745e2e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 21 Feb 2023 01:04:03 +0800 Subject: [PATCH] Update custom site scripts shebang --- bin/openring-create | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/openring-create b/bin/openring-create index ed0d4ad..ec1ba67 100644 --- a/bin/openring-create +++ b/bin/openring-create @@ -1,4 +1,5 @@ -#!/usr/bin/env bash +#!/usr/bin/env nix-shell +#! nix-shell -p openring -i bash function help() { cat << HELP