Created
October 10, 2011 00:58
-
-
Save guozheng/1274430 to your computer and use it in GitHub Desktop.
Comcast script to install firefox plugin toolbar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "begin script install_ff_plugin">> ~/.cim_install_log | |
cd "/tmp/comcast_002/Firefox Plugin/">> ~/.cim_install_log | |
ruby install_ff_plugin.rb "/tmp/comcast_002/Firefox Plugin">> ~/.cim_install_log 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment