allow host=target_hostname script to execute single script on different host
[sysadmin-cookbook] / recepies / firefox / install.sh
1 #!/bin/sh -x
2
3 ls -d $HOME/.mozilla/firefox/*.*/ | xargs -i cp -v userChrome.css {}/chrome/
4