#himitsu-migrate-pass
Simple shell script to safely migrate as much information from pass as possible.
Outputs himitsu protocol lines to stdout, and everything that needs manually fixing to stderr.
#Usage
./migrate.sh 1> success 2> cleanups
cat success | while read line; do hiq -a $line; done