4ec08fcd76
The description will always be on the third line. Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
#!/usr/bin/env bash -
|
|
|
|
# Returns a random commit message from http://whatthecommit.com/
|
|
|
|
curl http://whatthecommit.com/index.txt
|