Edit

IABSD.fr/ports/x11/xglobe/files

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2006-12-01 17:00:26
    Hash : 99eec7d7
    Message : get the markers file from openbsd-developers

  • getcloudmap
  • #! /bin/sh
    # Marc Espie, 2000
    # Public domain
    
    PATH=/bin:/usr/bin
    export PATH
    
    x=`ftp -o - \
    'http://www.fourmilab.ch/cgi-bin/uncgi/Earth?imgsize=640&opt=-p&lat=-21&ns=North&lon=-134&ew=West&alt=986&img=irsat.bmp&daynight=-d' \
    | grep "img src" | awk -F\" '{ print $2 }'`
    ftp -o clouds.gif "http://www.fourmilab.ch$x"