Commit Diff


commit - 456488bce44bbc3a397e19821a272ed4099aa941
commit + 04b39415b54ea76d37d3cd9780de8045103db34c
blob - ecec7ff541e4d5e1e41d3a9f80eedffcfcd4fba6
blob + 1402e8d41be959e40af820d3858635386fb268f0
--- kshrc.lp
+++ kshrc.lp
@@ -160,6 +160,15 @@ previous command:
 		history 0 | grep "$1"
 	}
 
+clbin (the site) is a web pastebin that's easy to use from the command
+line with curl.  clbin (the function) is an easy way to share something,
+just pipe it to clbin and it returns an url.
+
+	clbin()
+	{
+		curl -F 'clbin=<-' https://clbin.com
+	}
+
 Some aliases I use when working with the OpenBSD port tree:
 
 	alias m="make"