BASH photo gallery: Revision history

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.

15 July 2019

  • curprev 16:5716:57, 15 July 2019Michael Murtaugh talk contribs 433 bytes +433 Created page with "```bash cat << EOF > index.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> div.image { float: left; } </style> </head> <body> EOF for i in *.JPG do t..."