Blame view

Giac_maj/giac-1.4.9/src/update.sh 238 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
  #! /bin/bash
  set > log
  sleep 5
  rm -f xcasunst.zip
  wget 'http://www-fourier.ujf-grenoble.fr/~parisse/giac/xcasunst.zip' 
  mkdir unpack 
  cd unpack 
  ../unzip -o ../xcasunst.zip >> log
  cd ..
  cp -R unpack/* . 
  rm -rf unpack 
  rm -f xcasunst.zip