mirror of
https://github.com/rwxrob/dot
synced 2024-11-16 21:25:29 +00:00
fix: silly bug in conditional
This commit is contained in:
parent
72c0c547c5
commit
0628c16e65
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user