Posts Tagged fix
A strange, yet comfortable idea.
Posted by stephen in Philosophy on June 24, 2010
To quote a good friend of mine directly:
A couple of months ago I thought of starting a sort of hoax political party aiming at hijacking people’s consciousness by using mindfuck tactics, guerilla ontology, weird images, sourcery, chapel perilous, etc, etc. Primarily the aim would be to change consciousness, destroy reality tunnels, maybe a little bit [...]
pdfname
A quick script to rename a pdf file based on the 1st line on the 1st page (Generally a title of some sort). We all get pdfs occassionally that have some weird name like css223.pdf.. this will fix that, batch, in the PWD.
#!/bin/bash
#——————————————————
# Written by Stephen Coetzee, 22/06/2009
# DESC: A simple script that’ll rename all [...]