make posix shell

This commit is contained in:
keyan 2024-03-07 10:02:59 -06:00
parent 51dba02569
commit fab750352f
1 changed files with 1 additions and 1 deletions

2
sndev
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
sndev__start() {
if [ ! -x "$(command -v docker-compose)" ]; then