From fa5927b60770f24ace61f05f0992d5b29cdd8247 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 30 Mar 2011 01:36:21 +0200 Subject: added compatible bash shebang --- bashrc/bin/copy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc/bin/copy') diff --git a/bashrc/bin/copy b/bashrc/bin/copy index 0144fe5..1d106ca 100755 --- a/bashrc/bin/copy +++ b/bashrc/bin/copy @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [[ -z "$1" ]] ; then echo "Usage:" -- cgit v1.2.3