|
|
Rats...
I think the original post is missing ' s and has " in place of ' s
as follows:
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {47802,6909,1222, -20750}'" > col1.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {2570,33924,20, -20750}" > col2.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {21570,3324,5000, -20750}" > col3.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {30810,26728,12934, -20750}" > col4.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {23387,2313,59367, -20750}" > col5.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {2570,33924,46774, -20750}" > col6.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {59367,23387,2313, -20750}" > col7.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {2313,5367,23387, -20750}" > col8.sh
should be:
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {47802,6909,1222, -20750}' > col1.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {2570,33924,20, -20750}' > col2.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {21570,3324,5000, -20750}' > col3.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {30810,26728,12934, -20750}" > col4.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {23387,2313,59367, -20750}' > col5.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {2570,33924,46774, -20750}' > col6.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {59367,23387,2313, -20750}' > col7.sh
$ echo "osascript -e 'tell front window of app "Terminal" to \
set background color to {2313,5367,23387, -20750}' > col8.sh
Rats...
Actually, it should be:
Rats...
tcsh: /.colors/col1.sh: Command not found.
Rats...
There's an error in the hint:
is an absolute reference to rootlevel of the harddisk
it should be
without the first slash
|
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.14 seconds |
|