Changed sh to bash

This commit is contained in:
g1n 2021-07-08 15:59:13 +00:00
parent 864f01df9f
commit 019c8406d0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
PROGNAME=${0##*/}
VERSION="0.0.1"