Categories

nandroid indexer

simple script to launch nandroid backups with android emulator saving comments into a file, so you can easily index your backups

- create your AVD
- copy your backups to some dir (adb pull /sdcard/nandroid ~/Desktop/nandroid)
- fix paths in the script to match your configuration

that should do the trick.
this script lacks testing, don’t blame me if something doesn’t work.. just fix it or write your own.

hitori

solve hitori grids:

hitori.tar.gz

sample bash stdin redirection

test.sh

#!/bin/bash
xargs echo <&0
 
echo "hi" | ./test.sh