Skip to content

Commit

Permalink
tweak to appearance of stats output
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed Nov 17, 2012
1 parent 4b63a93 commit d15ce9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backdrop-randomizer
Expand Up @@ -106,9 +106,11 @@ check() {
}

stats() {
echo " Location of symlink: $SLINK_DIR/backdrop-randomizer.jpg"
echo " Database: $pic_database"
echo " Number of pics left before next cycle: $howmany"
echo
echo " Database: $pic_database"
echo " Current pic: $(readlink -f $SLINK_DIR/backdrop-randomizer.jpg)"
echo " Symlink: $SLINK_DIR/backdrop-randomizer.jpg"
}

list() {
Expand Down

0 comments on commit d15ce9e

Please sign in to comment.