fix: silly bug in conditional

This commit is contained in:
Rob Muhlestein 2023-07-28 01:10:06 -04:00
parent 72c0c547c5
commit 0628c16e65

View File

@ -1,3 +1,6 @@
#!/usr/bin/env bash
#!/bin/sh
what="$*"
exec bannerneo "pause for dancing"
if [ -z "$what" ]; then
what="pause for dancing"
fi
exec bannerfish "$what"