diff options
author | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-10-23 21:07:13 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-10-23 21:07:13 +0000 |
commit | 2d73a98d6298e3a14d89769e7c4ed5cd69d64e96 (patch) | |
tree | aefe5e76f90ca853162fc59be4cdf06cd8951d1e | |
parent | 7e6b0071d99bdd72dbeee2c5f7d0a5184fad134d (diff) | |
download | wgetpaste-2d73a98d6298e3a14d89769e7c4ed5cd69d64e96.tar.gz |
Use /usr/bin/env to find bash.
-rwxr-xr-x | wgetpaste | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # A Script that automates pasting to a number of pastebin services # relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee) and wget # Copyright (c) 2007 Bo Ørsted Andresen <bo.andresen@zlin.dk> |