Revision history of "Implementations/Libraries/Shell"

From Geohashing

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 19:50, 31 December 2013imported>Jevanyn. . (2,068 bytes) (+29)
  • (cur | prev) 07:38, 10 April 2012imported>Relet. . (2,039 bytes) (+2,039). . (Created page with "== Shell Script Implementation == {{30w compliant|yes=1}} <pre> #!/bin/sh -e command -v md5 >/dev/null 2>&1 || md5() { md5sum | cut -c 1-32; }; [ -n "$1" ] command -v GET >/dev...")