Skip to content

Commit

Permalink
Update fetch-dashboard.sh to download example dashboard by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalw committed Jan 26, 2021
1 parent 518ecc3 commit 986f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local/fetch-dashboard.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
# Fetch a new dashboard image, make sure to output it to "$1".
# For example:
$(dirname $0)/../ht -d -q -o "$1" get https://example.org/example.png
$(dirname $0)/../ht -d -q -o "$1" get https://raw.githubusercontent.com/pascalw/kindle-dash/master/example/example.png

0 comments on commit 986f498

Please sign in to comment.