aboutsummaryrefslogtreecommitdiff
path: root/ration
diff options
context:
space:
mode:
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