"Fossies" - the Fresh Open Source Software Archive

Member "fly-2.0.1/examples/example.csh" (25 Nov 2001, 281 Bytes) of package /linux/www/old/fly-2.0.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #!/bin/csh
    2 
    3 cat <<EOD | ../fly -q -o test.gif
    4 new
    5 size 256,256
    6 fill 1,1,255,255,255
    7 arc 128,128,180,180,0,360,0,0,0
    8 fill 128,128,255,255,0
    9 arc 128,128,120,120,0,180,0,0,0
   10 arc 96,96,10,10,0,360,0,0,0
   11 arc 160,96,10,10,0,360,0,0,0
   12 fill 96,96,0,0,0
   13 fill 160,96,0,0,0
   14 EOD