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


    also see: PlaySink, ComputerGames

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

    Recent changes

  • BruderSpektrum • 2 months ago
  • BruderSpektrum • 2 months ago
  • BruderSpektrum • 2 months ago
  • BruderSpektrum • 2 months ago
  • Cookies help us deliver our services. By using our services, you agree to our use of cookies.