Browse Source

Update 'Impatient.md'

Kristofer Younger 5 years ago
parent
commit
35c6895b55
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      Impatient.md

+ 9
- 0
Impatient.md View File

@@ -423,4 +423,13 @@ info bash
423 423
 info bash 'Bash Features'
424 424
 info bash 6
425 425
 info --apropos bash
426
+
427
+# Tell me where these dates are from?
428
+cat /usr/share/calendar/calendar.lotr
429
+
430
+# do a (you may have to install `brew` first. Google it. You're Welcome.) 
431
+brew install cowsay
432
+# then 
433
+cowsay "Four score and twenty years ago..."
434
+
426 435
 ```