diff options
Diffstat (limited to '')
| -rwxr-xr-x | bin/build-all.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/build-all.sh b/bin/build-all.sh index baa5982..0372ad7 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -9,6 +9,8 @@ if [ ! -z "$1" ]; then # multiple search terms with "AND" SEARCH=$@ + # memes + [ "$1" = "me" ] && shift && shift && echo "Make your own $*." && exit 1 fi # TODO: detect UI from $0 and/or $* |
