Skip to content

Instantly share code, notes, and snippets.

@synther
synther / gist:eeeb7e5b4596f6ed3774
Created April 11, 2015 16:43
enable right click
#!/bin/bash
if [ $# -ne 1 ]; then
echo "$0 <device id|device name>"
exit 1
fi
i=0
while read label min delim max; do
if [ $i -eq 0 ]; then