aboutsummaryrefslogtreecommitdiff
path: root/ration
diff options
context:
space:
mode:
authorjosh ott <josh@ottmail.me>2026-05-01 17:18:43 -0400
committerjosh ott <josh@ottmail.me>2026-05-01 17:18:43 -0400
commit35d3e6c3990949c2d4d94b5e1bde5006b7f390d9 (patch)
tree1594aa958ab5376744a18da790ac7df71a1f93e6 /ration
parent4b56db7b3d851ac1732ed27381eb6bf64335762a (diff)
downloadbin-35d3e6c3990949c2d4d94b5e1bde5006b7f390d9.tar.gz
bin-35d3e6c3990949c2d4d94b5e1bde5006b7f390d9.zip
some friction to the rat
Diffstat (limited to 'ration')
-rwxr-xr-xration4
1 files changed, 4 insertions, 0 deletions
diff --git a/ration b/ration
index 20f6247..ccb6214 100755
--- a/ration
+++ b/ration
@@ -72,6 +72,10 @@ for_duration () {
}
for_task () {
+ words="$(generate_words)"
+ echo "repeat after me:"
+ rand_prompt "$words"
+
while [[ -z "$task" ]]; do
echo "what do you need the rat for?"
read -p "I am going to: " task