summarylogtreecommitdiffstats
path: root/executable
diff options
context:
space:
mode:
Diffstat (limited to 'executable')
-rwxr-xr-xexecutable3
1 files changed, 2 insertions, 1 deletions
diff --git a/executable b/executable
index 92295695e42a..87f9d498f494 100755
--- a/executable
+++ b/executable
@@ -26,7 +26,8 @@ else
else
if [[ -e $1 ]]
then
- pseucoco -i $1
+ cat $1 | sed '/^#!/d' > /tmp/pseucotmp
+ pseucoco -i /tmp/pseucotmp
else
echo "Error: File \"$1\" not found."
fi