×
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
    Revision as of 23:09, 11 November 2003 by imported>DrOwl (Sink Files)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    A version of the acent discordian game for files =)
    


    
    #!/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
    
    
    
    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.