delay 190 B

12345678910
  1. keywords : delay
  2. info :~
  3. usage: delay [seconds] [command]
  4. example:
  5. delay 2 say hello, world!
  6. Allows the user to prepare a command to be executed in the future.
  7. -