diff --git a/borsize.sh b/borsize.sh index bb36228..288d21c 100755 --- a/borsize.sh +++ b/borsize.sh @@ -1,5 +1,6 @@ #!/bin/bash -## author : KazukyAkayashi +## author : KazukyAkayashi +## git : https://forge.zarchbox.fr/KazukyAkayashi/borsize.sh ## description : Script that automates the addition of borders and then resizes the desired image(s). ## Bash strict mode #################################### @@ -18,7 +19,7 @@ FILE=web if [ ! -d "$FILE" ]; then echo "Create ${FILE} directory" - mkdir web + mkdir ${FILE} fi ## Change border or/and resize if you want.