1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 11:20:05 +02:00

use whatever bash is first on the $PATH

this is for macos users
This commit is contained in:
gustavo panizzo
2020-04-07 10:30:26 +02:00
committed by s2
parent 0722e8d355
commit 41c8369e8d

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
OPTIND=1 # reset in case getopts has been used previously in the shell.