et en utilisant Platypus, il devient super facile de créer ensuite une véritable application :
#!/bin/sh
# Demarrage de Privoxy
cd /Applications/privoxy/
./privoxy &
# demarrage de Chrome
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --proxy-server="http://127.0.0.1:8118"
# retour maison
cd
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeqggSR4kY8w8PKTsf4dM050EnsEFkFu1XVchoJFSrLKzYfUbLR2lKRUUIo3m6iNGmaMWwGc_OpsgtRe4Lxev7NQk_thcFvDp2a-fHzU3iUdoY1AjQ7dxDF21pq1bDBQzpFCxNtQ/s400-rw/Capture+d%E2%80%99%C3%A9cran+2010-01-24+%C3%A0+22.03.36.png)
Facile non ;-) si vous êtes intéressés, je peux continuer à développer cette "application". J'attends vos retours
Pourquoi ne lances-tu pas plutot privoxy au démarrage de ton MacOSX, en tant que service ?
RépondreSupprimerCf. http://developer.apple.com/macosx/launchd.html
test comment boss :D
RépondreSupprimer