Moved from bash to sh

This commit is contained in:
Jan Jastrow 2022-01-19 21:35:13 +01:00
parent 9092d1a4d5
commit 5649a8f367
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ -z "$1" ]; then
echo "usage: ./vithumbs.sh INPUT [COLS=5] [ROWS=5] [SIZE=1600]"