summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-10-14 01:02:44 -0400
committerJune McEnroe <programble@gmail.com>2014-10-14 01:02:44 -0400
commit9a5140395f3466c7b1897f98e93645354a1cd3a1 (patch)
treee4ef0a7da8f67d6da58f4a8f758542f804be0328
parentRemove backup option from vimrc (diff)
downloadsrc-9a5140395f3466c7b1897f98e93645354a1cd3a1.tar.gz
src-9a5140395f3466c7b1897f98e93645354a1cd3a1.zip
Remove bin
Diffstat (limited to '')
-rwxr-xr-xbin/gdns11
-rwxr-xr-xbin/scrot-upload3
2 files changed, 0 insertions, 14 deletions
diff --git a/bin/gdns b/bin/gdns
deleted file mode 100755
index 9433ba00..00000000
--- a/bin/gdns
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-if grep -q 'gdns.sh' /etc/resolv.conf; then
-  sed -i '1,3d' /etc/resolv.conf
-  echo 'Google DNS removed'
-else
-  sed -i '1i # Added by gdns.sh' /etc/resolv.conf
-  sed -i '2i nameserver 8.8.8.8' /etc/resolv.conf
-  sed -i '3i nameserver 8.8.4.4' /etc/resolv.conf
-  echo 'Google DNS added'
-fi
diff --git a/bin/scrot-upload b/bin/scrot-upload
deleted file mode 100755
index 89faeb64..00000000
--- a/bin/scrot-upload
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-scrot $@ -e 'scp -q $f ec2.cmcenroe.me:www/ss; mv $f ~/Pictures/screenshots; echo -n "http://ec2.cmcenroe.me/ss/$n" | xclip -selection clipboard; notify-send -i up "Screenshot uploaded" "$n"'
2-18 23:39:54 -0500'>2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe