I hereby claim:
- I am jim-p on github.
- I am jimp (https://keybase.io/jimp) on keybase.
- I have a public key whose fingerprint is 7653 2AC1 2E9F 551D BE84 0B06 574A 9C0D 74CC 1661
To claim this, I am signing this object:
| #!/bin/sh | |
| for p in $(pkg upgrade -n | grep 'options changed' | awk '{print $1}'); do | |
| pkg_name=$(pkg query %n ${p}) | |
| echo ${pkg_name} | |
| pkg query "%Ok %Ov" ${pkg_name} | while read lkey lval; do | |
| pkg rquery -U "%Ok %Ov" ${pkg_name} | while read rkey rval; do | |
| if [ "${lkey}" = "${rkey}" -a "${lval}" != "${rval}" ]; then | |
| echo -e "\t${lkey}\t${lval}\t${rval}\n" |
| #!/bin/bash | |
| # Directory to output the videos | |
| DESTDIR=~/Videos/ | |
| # Delay before starting | |
| DELAY=10 | |
| # Sound notification to let one know when recording is about to start (and ends) | |
| beep() { |
| #!/bin/bash | |
| # Directory to output the videos | |
| DESTDIR=~/Videos/ | |
| # Delay before starting | |
| DELAY=10 | |
| # Sound notification to let one know when recording is about to start (and ends) | |
| beep() { |
I hereby claim:
To claim this, I am signing this object: