From 37ad629ddd971cd659d86ea820a93c381bf9f62c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 Sep 2023 16:53:15 +0300 Subject: [PATCH] updated shebang to support nixos (test on other systems) Signed-off-by: Alex A. Naanou --- bin/git-pullall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-pullall b/bin/git-pullall index 56f11ab..030727c 100755 --- a/bin/git-pullall +++ b/bin/git-pullall @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # config... #