From e8db4ab294edbae5401cd1a8cc0f5e3e8b4c35b9 Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Sat, 24 May 2014 00:13:20 +0100 Subject: [PATCH] Added a shebang to the shebang adding script --- useful_scripts/prepend_python_shebang.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/useful_scripts/prepend_python_shebang.sh b/useful_scripts/prepend_python_shebang.sh index 3bbc937..686225f 100644 --- a/useful_scripts/prepend_python_shebang.sh +++ b/useful_scripts/prepend_python_shebang.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # Sebastian Raschka 05/21/2014 # Shell script that prepends a Python shebang # '#!/usr/bin/env python' to all