summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwgetpaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgetpaste b/wgetpaste
index b287436..db6dd84 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -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>