From 519312658732800328f3fa49679fa2d409616587 Mon Sep 17 00:00:00 2001 From: Steven Saus Date: Wed, 20 Dec 2023 05:18:34 -0500 Subject: [PATCH] Adding in some todo --- patootie.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/patootie.sh b/patootie.sh index b69cbea..2474e8a 100755 --- a/patootie.sh +++ b/patootie.sh @@ -15,6 +15,9 @@ # Patootie uses the environment variable TOOTACCT to specify the tooting account # otherwise it uses whichever one is currently active in toot. +# TODO - Start with image select, drop? +# move sections to functions so I can swap order + binary=$(which toot) if [ ! -f "${binary}" ];then echo "Exiting -- toot binary is not on \$PATH" 1>&2