diff options
| author | Tslil Clingman <hiato1@gmail.com> | 2013-03-26 15:28:03 +0200 |
|---|---|---|
| committer | Tslil Clingman <hiato1@gmail.com> | 2013-03-26 15:28:03 +0200 |
| commit | 3bd9f307d5cd0128ea4fa37aaecaadac5629521c (patch) | |
| tree | 6197fd7fe1699ebe1daafed4d8d9385dbe58489e | |
| parent | 8c19617946822d7aeac61696294f893d5e5eca6f (diff) | |
Added brief descriptions
| -rwxr-xr-x | aur | 1 | ||||
| -rwxr-xr-x | ci | 1 | ||||
| -rwxr-xr-x | d | 2 | ||||
| -rwxr-xr-x | m | 3 | ||||
| -rwxr-xr-x | ranpas | 1 | ||||
| -rwxr-xr-x | sc | 1 | ||||
| -rwxr-xr-x | wls | 1 |
7 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,4 @@ +# Simple AUR wrapper #!/bin/sh if [ "$1" = "-s" ]; then echo Searching for "$2" ... @@ -1,3 +1,4 @@ +# Convenient frontend for quickly evaluating C code #!/bin/bash LIBR="stdlib stdio math ieee754" @@ -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" @@ -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/^$//';; @@ -1,3 +1,4 @@ +# Read random pastes from pastie.org ;) #!/bin/bash echo Fetching paste list ... @@ -1,3 +1,4 @@ +# Quick hack to manage screen hotplugging #!/bin/dash case "$1" in "d") xrandr --nograb --output CRT1 --off --output LVDS --auto;; @@ -1,3 +1,4 @@ +# Terribly written wireless network control script #!/bin/bash dird="${HOME}/.config/wireless" |
