Cleandot: 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.

3 October 2016

26 July 2016

  • curprev 19:4119:41, 26 July 2016David talk contribs 976 bytes +976 Created page with "<pre> #!/bin/sh # rankdir=LR; grep -v provider $1 > $1.tmp mv $1.tmp $1 awk ' /aws_eip/ { gsub( "shape = \"box\"","shape = \"doublecircle\"" ) ; print $0 } \ !/aws_eip..."