GO!Online‼ is a user on glitch.social. You can follow them or interact with them if you have an account anywhere in the fediverse.
GO!Online‼ @kibi

who wrote bash

why did they not write a "thanks" command

how am i supposed to thank my computer then

fiends

· Web · 6 · 18

@kibi oh, you probably wanted to be using intercal? that's an easy mistake to make

@kibi alias thanks="echo \"you're welcome :)\""

@kibi alternatively:

alias thanks="espeak \"you're welcome :)\""

@garbados @kibi tbh that should be an executable file instead

alternatively, make a /dev/praise file that you can echo things into and read answers from

@kibi make a pull request and if they dont accept it make a fork called 🅱️​ash that does allow you to thank bash

@kibi
$ cat thanks
#!/bin/bash
echo "You're quite welcome! :)"
$ chmod +x thanks
$ thanks
You're quite welcome! :)

@kibi
Merge request: all commands must now require pleases to function

@kibi that would probably be POSIX's job, to have an executable /bin/thanks