Ce projet essai, en partant d'une IMAGESOURCE de : - appliquer des effets à l'image - la redimmensionner - changer son mode de couleur - la HAACHEER...
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
|
|
rm $0
|
|
|
|
python "0_hac.py"
|
|
|
|
echo "
|
|
|
|
------------------
|
|
(program exited with code: $?)"
|
|
|
|
|
|
echo "Press return to continue"
|
|
#to be more compatible with shells like dash
|
|
dummy_var=""
|
|
read dummy_var
|
|
|