Commit e7717d5c by Sam Stephenson

Merge pull request #14 from jzellman/master

Added support to platforms where bash is not in /bin directory 
parents a0533767 dd649ea2
#!/bin/bash #! /usr/bin/env bash
set -E set -E
exec 3<&2 # preserve original stderr at fd 3 exec 3<&2 # preserve original stderr at fd 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment