×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    SinkFiles: Difference between revisions

    Content added Content deleted
    imported>DrOwl
    (Sink Files)
     
    imported>mutante
    m (fixing broken redirects seen on Special:Listredirects)
     
    (One intermediate revision by one other user not shown)
    Line 1: Line 1:
    #REDIRECT [[SinK]]
    A version of the acent discordian game for files =)


    <pre>

    #!/bin/sh
    #
    # sink -- play an ancient Discordian game with files
    # hacked up by lhos on 32 Afm, 3160
    # All rites reserved.
    # This program is part of the Emperor Norton Utilities.

    if [ $# -eq 0 ] ; then
    echo "usage: $0 file(s)"
    exit 1
    fi

    while [ $# -gt 0 ]
    do
    rm $1
    if [ $? -eq 0 ]
    then echo "I sank $1!!!"
    fi
    shift
    done


    </pre>

    Latest revision as of 20:50, 19 October 2007

    Redirect to:

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.