aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/mked.sh1
-rw-r--r--bin/mkvi.sh1
-rw-r--r--bin/qat.sh1
3 files changed, 0 insertions, 3 deletions
diff --git a/bin/mked.sh b/bin/mked.sh
index 93e21573..24a61de8 100644
--- a/bin/mked.sh
+++ b/bin/mked.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
# Create paths to all files before invoking editor
for file do
mkdir -p -- "${file%/*}" || exit
diff --git a/bin/mkvi.sh b/bin/mkvi.sh
index c5974383..ac5c6229 100644
--- a/bin/mkvi.sh
+++ b/bin/mkvi.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
# Create paths to all files before invoking editor
for file do
mkdir -p -- "${file%/*}" || exit
diff --git a/bin/qat.sh b/bin/qat.sh
index 31f5e8dd..19acbf5a 100644
--- a/bin/qat.sh
+++ b/bin/qat.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
restore() {
if [ -n "$stty" ] ; then
stty "$stty"