aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/edda1
-rwxr-xr-xbin/han1
-rwxr-xr-xbin/igex1
-rwxr-xr-xbin/maybe1
-rwxr-xr-xbin/scatter1
-rwxr-xr-xbin/shoal1
-rwxr-xr-xbin/shock1
-rwxr-xr-xbin/sue1
-rwxr-xr-xbin/td1
-rwxr-xr-xbin/tl1
-rwxr-xr-xbin/tlcs1
-rwxr-xr-xbin/try1
-rwxr-xr-xbin/vis1
-rwxr-xr-xbin/xrbg1
14 files changed, 0 insertions, 14 deletions
diff --git a/bin/edda b/bin/edda
index 9fc5e932..6e290cc5 100755
--- a/bin/edda
+++ b/bin/edda
@@ -62,4 +62,3 @@ cat > "$stdin"
for file ; do
ed "${opts[@]}" -- "$file" < "$stdin"
done
-
diff --git a/bin/han b/bin/han
index cc8c1bb1..e03a6ac5 100755
--- a/bin/han
+++ b/bin/han
@@ -54,4 +54,3 @@ if (($# == 1)) && \
else
man "$@"
fi
-
diff --git a/bin/igex b/bin/igex
index c4492dc3..28c30b01 100755
--- a/bin/igex
+++ b/bin/igex
@@ -92,4 +92,3 @@ done
# Exit with the determined value
exit "$ret"
-
diff --git a/bin/maybe b/bin/maybe
index ede32dd2..3ed31303 100755
--- a/bin/maybe
+++ b/bin/maybe
@@ -79,4 +79,3 @@ else
"$self" 'Failure!'
exit 1
fi
-
diff --git a/bin/scatter b/bin/scatter
index 75604491..bab4ec32 100755
--- a/bin/scatter
+++ b/bin/scatter
@@ -32,4 +32,3 @@ while read -r hostname <&3 ; do
ssh -qt -- "$hostname" "$@"
printf '\n'
done 3< <(shoal)
-
diff --git a/bin/shoal b/bin/shoal
index 8b7294a8..f503d858 100755
--- a/bin/shoal
+++ b/bin/shoal
@@ -35,4 +35,3 @@ while read -r option value _ ; do
;;
esac
done < "${1:-$HOME/.ssh/config}"
-
diff --git a/bin/shock b/bin/shock
index 1e288896..c578b624 100755
--- a/bin/shock
+++ b/bin/shock
@@ -32,4 +32,3 @@ while read -r hostname ; do
printf '%s\n' "$hostname"
fi
done < <(shoal)
-
diff --git a/bin/sue b/bin/sue
index faece8b1..260a19d9 100755
--- a/bin/sue
+++ b/bin/sue
@@ -60,4 +60,3 @@ done
# If we got this far, there's at least one file and all the files are owned by
# the same user; we can safely edit them
exec sudoedit -u "$user" -- "$@"
-
diff --git a/bin/td b/bin/td
index 80542979..0f6e950a 100755
--- a/bin/td
+++ b/bin/td
@@ -56,4 +56,3 @@ message=$(printf 'Changed by %s(1)' "$self")
if ! git diff-index --quiet HEAD ; then
git commit --message "$message" --quiet
fi
-
diff --git a/bin/tl b/bin/tl
index ae1bd2a5..105d1dd0 100755
--- a/bin/tl
+++ b/bin/tl
@@ -65,4 +65,3 @@ for file in "$@" ; do
printf '%s%s%s\n' "$prefix" "$line" "$suffix"
done < "$file"
done
-
diff --git a/bin/tlcs b/bin/tlcs
index 1557688b..6a22f4ec 100755
--- a/bin/tlcs
+++ b/bin/tlcs
@@ -100,4 +100,3 @@ fi
"$@" \
2> >(tl -p "$stderr_prefix" -s "$stderr_suffix") \
1> >(tl -p "$stdout_prefix" -s "$stdout_suffix")
-
diff --git a/bin/try b/bin/try
index 5b7378d2..6efc0aab 100755
--- a/bin/try
+++ b/bin/try
@@ -115,4 +115,3 @@ done
# the failures and exit with the non-zero exit value of the most recent one
cat -- "$errbuf" >&2
exit "$ret"
-
diff --git a/bin/vis b/bin/vis
index 07ca8ced..01ff31cf 100755
--- a/bin/vis
+++ b/bin/vis
@@ -72,4 +72,3 @@ for creation in "${creations[@]}" ; do
[[ -f $creation ]] || continue
chmod +x -- "$creation"
done
-
diff --git a/bin/xrbg b/bin/xrbg
index 9250b20a..21ac8fe9 100755
--- a/bin/xrbg
+++ b/bin/xrbg
@@ -30,4 +30,3 @@ rbg=$(shuf -en1 "${bgs[@]}") || exit 1
# Apply it as the background and we're done
feh --bg-scale --no-fehbg -- "$rbg"
-