Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

hacking rogue

Name: Anonymous 2011-02-11 19:23


#!/bin/sh

[ -f "$1" ] && {
    cp "$1" "$1.backup"
    T=$(stat --printf "%y" "$1")
    rogue "$1"
   
    [ ! -f "$1" ] && {
        cp "$1.backup" "$1"
        touch -d "$T" "$1"
    }
    rm "$1.backup"
    exit
}
rogue

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List