Skip to content

Commit

Permalink
Format add_fp_5110.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mpi3d committed May 21, 2022
1 parent fdf8c3b commit 7b793d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions add_fp_5110.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
python run_5110.py
mogrify -crop 64x80+0+0 -format jpg fingerprint.pgm
mkdir fpr
mv fingerprint.jpg fpr/$(cat id).jpg
echo $(($(cat id) + 1)) > id
7 changes: 0 additions & 7 deletions addfp_5110.sh

This file was deleted.

0 comments on commit 7b793d2

Please sign in to comment.