diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/edda | 1 | ||||
-rwxr-xr-x | bin/han | 1 | ||||
-rwxr-xr-x | bin/igex | 1 | ||||
-rwxr-xr-x | bin/maybe | 1 | ||||
-rwxr-xr-x | bin/scatter | 1 | ||||
-rwxr-xr-x | bin/shoal | 1 | ||||
-rwxr-xr-x | bin/shock | 1 | ||||
-rwxr-xr-x | bin/sue | 1 | ||||
-rwxr-xr-x | bin/td | 1 | ||||
-rwxr-xr-x | bin/tl | 1 | ||||
-rwxr-xr-x | bin/tlcs | 1 | ||||
-rwxr-xr-x | bin/try | 1 | ||||
-rwxr-xr-x | bin/vis | 1 | ||||
-rwxr-xr-x | bin/xrbg | 1 |
14 files changed, 0 insertions, 14 deletions
@@ -62,4 +62,3 @@ cat > "$stdin" for file ; do ed "${opts[@]}" -- "$file" < "$stdin" done - @@ -54,4 +54,3 @@ if (($# == 1)) && \ else man "$@" fi - @@ -92,4 +92,3 @@ done # Exit with the determined value exit "$ret" - @@ -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) - @@ -35,4 +35,3 @@ while read -r option value _ ; do ;; esac done < "${1:-$HOME/.ssh/config}" - @@ -32,4 +32,3 @@ while read -r hostname ; do printf '%s\n' "$hostname" fi done < <(shoal) - @@ -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" -- "$@" - @@ -56,4 +56,3 @@ message=$(printf 'Changed by %s(1)' "$self") if ! git diff-index --quiet HEAD ; then git commit --message "$message" --quiet fi - @@ -65,4 +65,3 @@ for file in "$@" ; do printf '%s%s%s\n' "$prefix" "$line" "$suffix" done < "$file" done - @@ -100,4 +100,3 @@ fi "$@" \ 2> >(tl -p "$stderr_prefix" -s "$stderr_suffix") \ 1> >(tl -p "$stdout_prefix" -s "$stdout_suffix") - @@ -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" - @@ -72,4 +72,3 @@ for creation in "${creations[@]}" ; do [[ -f $creation ]] || continue chmod +x -- "$creation" done - @@ -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" - |