some more random phrases

This commit is contained in:
Massimo Scagliola 2024-05-18 16:05:20 +02:00
parent 73c9571324
commit 47b7494464
1 changed files with 4 additions and 3 deletions

View File

@ -75,14 +75,15 @@ random() {
"Just hit some random keys on my keyboard:"
"New thoughts:"
"New wordvomit:"
"I could have used some cool app to publish this post. Instead I used a script."
"I could have used some cool app to publish this post. Instead I used a script. 🤖"
"100 PRINT \"NEW BLOG POST\"\n200 PRINT"
"Yet another article on my blog."
"This is a random sentence chosen by a Bash script. Sorry if it doesn't make much sense."
"🤖 This is a random sentence chosen by a Bash script.\nSorry if it doesn't make much sense.\nAnd this is my new blog post:"
"Roses are red. Violets are blue. Here is a new blog post:"
"Sit down, grab a cup of tea, and click here for a new article on my blog:"
"🧠 -> 🧑‍💻 ->"
"$ cat new_blog_post.md\n")
"$ cat new_blog_post.md\n"
"🤖 Beep. Boop. I'm a script to share my new blog post:")
EXPRESSION=${EXPRESSIONS[ $RANDOM % ${#EXPRESSIONS[@]} ]}
}