templatessorter.sh: move to posix shell

This one is already clean, so just change the shebang

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser 2024-08-28 18:59:14 +02:00
parent f2bef8388a
commit 8ed1a0cb5a

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# check arguments count
if [ $# -ne 1 ]; then
echo usage: "$0" directory