fix: case syntax
This commit is contained in:
parent
06713482b7
commit
5c1386de4d
|
@ -1,10 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
*.jpg)
|
*.jpg|*.jpeg|*.png|*.gif)
|
||||||
*.jpeg)
|
|
||||||
*.png)
|
|
||||||
*.gif)
|
|
||||||
gimp "$1"
|
gimp "$1"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user