aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-11-12 10:36:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-11-12 10:36:48 +1300
commitb0a4ac8b8b18bb1bde410ea8156390c6789d4d33 (patch)
tree0daafd9f46f5983ac14bc45ce6641ba801d73de3
parentMerge branch 'release/v10.14.0' into develop (diff)
downloaddotfiles-b0a4ac8b8b18bb1bde410ea8156390c6789d4d33.tar.gz
dotfiles-b0a4ac8b8b18bb1bde410ea8156390c6789d4d33.zip
Remove unneeded shebangs
-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"