this part need a lot of more work !
This commit is contained in:
@@ -23,7 +23,7 @@ echo "file type :" $filetype
|
||||
case $filetype in
|
||||
PNG) extension=".png" ;;
|
||||
Netpbm) extension=".pgm" ;;
|
||||
*) extension=".binary" ;;
|
||||
*) extension=".pnm" ;;
|
||||
esac
|
||||
echo "extension :" $extension
|
||||
|
||||
|
||||
Reference in New Issue
Block a user