Skip to content

Commit

Permalink
Rename fish function
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Sep 20, 2015
1 parent 387208d commit 02fdbb8
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,7 +1,8 @@
#!/usr/bin/env fish

function purify
function scanitize
for img in *.jpg
mogrify -normalize -level 10%,90% -colorspace gray -brightness-contrast 5x20 $img
end
end

0 comments on commit 02fdbb8

Please sign in to comment.