mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
update to 19.03
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ writeShellScriptBin, curl, xsv, gnused }:
|
||||
writeShellScriptBin "literature-quote" ''
|
||||
ROW=$(${curl}/bin/curl -s https://raw.githubusercontent.com/kmein/quotes/master/quotes.csv?token=ACO7O6523EG3TDCYTT2K4224XTW5W | shuf -n1)
|
||||
ROW=$(${curl}/bin/curl -Ls http://kmein.github.io/quotes/quotes.csv | shuf -n1)
|
||||
|
||||
(
|
||||
printf '%s\n(%s: _%s_, %s)\n' \
|
||||
|
||||
Reference in New Issue
Block a user