From 415c8fec63c6b9bcc4a511a5c0612b71fab5370c Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 5 Jan 2025 23:08:53 -0700 Subject: memester egg (was written a long time ago on a whim and never committed, may as well do it now) --- bin/build-all.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'bin/build-all.sh') diff --git a/bin/build-all.sh b/bin/build-all.sh index f2420a7..c2256e5 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -11,12 +11,8 @@ shopt -s globstar function main { - if [ "$#" -gt 0 ]; then - # multiple search terms with "AND" - SEARCH=( "$@" ) - # memes - [ "$1" = "me" ] && shift && shift && echo "Make your own $*." && exit 1 - fi + # multiple search terms with "AND" + [ "$#" -gt 0 ] && SEARCH=( "$@" ) # TODO: detect UI from $0 and/or $* UI=anduril -- cgit v1.2.3