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

BBUNTU

Name: Anonymous 2008-05-09 7:47

BROTHERS AND SISTERS

i say we come together as one, and -under the cover of dark- unite to give birth the most awesome force ever seen on the face of this planet. i am talking of course about ...

BBuntu.

we're all just sitting here doing nothing, why don't we all do something useful with our time and create a linux distro for anon! we need to have automatic porn downloading, integrated program for visiting the chan. to keep the code clean i say we drop all language support: english is good enough!

what does anon think?


UNITED AS ONE
DIVIDED BY ZERO
F T W !!!!!

in b4 you can't do this: i have 5 YEARS EXPERIENCE WITH UBUNTU AND WE JUST BASE SOURCE ON THAT MKAY?

tl;dr pllleeeeeeeeeaaaaaaaaaassssssssseeeeeee read my post

Name: Anonymous 2008-05-12 5:43

>>68
this one is better:
#!/bin/sh

catstdin=true
ddcmd=dd

args=`getopt u $*`
if [ $? -ne 0 ]
then
 echo 'Usage: cat [-u] [file ...]'
 exit 2
fi
set -- $args
for i
do
 case "$i" in
  -u) ddcmd="dd bs=1";;
  --) break;;
 esac
 shift
done
shift

for file
do
 $ddcmd if=$file 2>/dev/null
 catstdin=false
done

if $catstdin
then
 $ddcmd 2>/dev/null
fi

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