×
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

    PlaySink: Difference between revisions

    Content added Content deleted
    imported>DrOwl
    m (deSpam)
    imported>mutante
    m (fixing broken redirects seen on Special:Listredirects)
     
    (3 intermediate revisions by 2 users not shown)
    Line 1: Line 1:
    #REDIRECT [[SinK]]
    <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.
    # put this in a file called sink in /bin and chmod to 744
    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>


    UnixGames

    SinK PlaySink ComputerGames

    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.