summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xaur1
-rwxr-xr-xci1
-rwxr-xr-xd2
-rwxr-xr-xm3
-rwxr-xr-xranpas1
-rwxr-xr-xsc1
-rwxr-xr-xwls1
7 files changed, 9 insertions, 1 deletions
diff --git a/aur b/aur
index c95c113..8d5b071 100755
--- a/aur
+++ b/aur
@@ -1,3 +1,4 @@
+# Simple AUR wrapper
#!/bin/sh
if [ "$1" = "-s" ]; then
echo Searching for "$2" ...
diff --git a/ci b/ci
index 32c828b..ffa9f8f 100755
--- a/ci
+++ b/ci
@@ -1,3 +1,4 @@
+# Convenient frontend for quickly evaluating C code
#!/bin/bash
LIBR="stdlib stdio math ieee754"
diff --git a/d b/d
index 774e969..982e885 100755
--- a/d
+++ b/d
@@ -1,3 +1,5 @@
+# Smart directory changer using the power of grep ;)
+# source in a function j() { cd `d $*`} or some such
#!/bin/bash
[ "$1" = "$HOME" ] && echo $HOME && exit
fl="$HOME/.local/share/dir_lst";[ ! -f "$fl" ] && touch "$fl"
diff --git a/m b/m
index 0cf742f..d9f6799 100755
--- a/m
+++ b/m
@@ -1,4 +1,5 @@
-#!/bin/dash
+# MPD control script based on socat and an idea I saw somewhere
+#!/bin/bash
case "$1" in
"") socat - tcp-connect:localhost:6600 | grep -v '^OK' | sed 's/^$//';;
diff --git a/ranpas b/ranpas
index dda2712..2681bf2 100755
--- a/ranpas
+++ b/ranpas
@@ -1,3 +1,4 @@
+# Read random pastes from pastie.org ;)
#!/bin/bash
echo Fetching paste list ...
diff --git a/sc b/sc
index 4ea8f2e..8fa6029 100755
--- a/sc
+++ b/sc
@@ -1,3 +1,4 @@
+# Quick hack to manage screen hotplugging
#!/bin/dash
case "$1" in
"d") xrandr --nograb --output CRT1 --off --output LVDS --auto;;
diff --git a/wls b/wls
index 71eff35..5f51de9 100755
--- a/wls
+++ b/wls
@@ -1,3 +1,4 @@
+# Terribly written wireless network control script
#!/bin/bash
dird="${HOME}/.config/wireless"