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

Pages: 1-

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

Name: Anonymous 2011-02-11 19:23

no exceptions ^__^

Name: Anonymous 2011-02-11 20:30

>>2
NO EXCEPTIONS MUST be saged and wrapped in the {EXPERT} TAG

Name: Anonymous 2011-02-11 23:05

>>1
uses && branches instead of proper if-else-fi, and thinks he's being a mad skilled hacker

laughing-girls.jpg

Name: Anonymous 2011-02-12 2:55

>>4
Hax my anus.

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