diff options
Diffstat (limited to 'bashrc/bin/copy')
-rwxr-xr-x | bashrc/bin/copy | 2 |
1 files changed, 1 insertions, 1 deletions
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:" |