Load.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 April 2021

14 June 2016

  • curprev 15:2615:26, 14 June 2016David talk contribs 183 bytes +183 Created page with " <pre> #!/bin/sh while true do number=$RANDOM let "number %= 3" echo $number sleep ${number} wget --quiet -O /dev/null http://localhost/server-status done </pre> Category:S..."