Randombg.sh: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 March 2021

  • curprev 18:5518:55, 6 March 2021David talk contribs 175 bytes +175 Created page with "<pre> #!/bin/sh set -- /data/pictures/misc/* length=$# random_num=$(( $RANDOM % ($length + 1) )) echo fbsetbg ${!random_num} fbsetbg ${!random_num} <pre> category:script"