Subversion Repositories ALCASAR

Rev

Rev 364 | Rev 369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 364 Rev 366
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
#  $Id: alcasar.sh 364 2010-12-16 10:19:53Z franck $ 
2
#  $Id: alcasar.sh 366 2010-12-17 07:06:32Z franck $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 1390... Line 1390...
1390
		echo "$usage"
1390
		echo "$usage"
1391
		exit 1
1391
		exit 1
1392
		;;
1392
		;;
1393
esac
1393
esac
1394
# end of script
1394
# end of script
-
 
1395