Initial commit, with only sav-quotes script
This commit is contained in:
commit
dd820bf691
10 changed files with 93 additions and 0 deletions
6
local/share/sav-quotes/get-whatthecommit-quotes
Executable file
6
local/share/sav-quotes/get-whatthecommit-quotes
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
for i in {1..5}; do
|
||||
curl -s http://whatthecommit.com/index.txt || exit 1
|
||||
echo "%"
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue