Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'zeorge finally :) a super script' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
zeorge finally :) a super script
Authored by: uurf on Aug 27, '04 04:28:00PM

it doesn't like something here:


-bash: /Users/shortname/.bashrc: line 20: syntax error near unexpected token `('
-bash: /Users/shortname/.bashrc: line 20: `@color_table = ( "0.200 0.000 0.000","0.000 0.200 0.000","0.000 0.000 0.200" );'



[ Reply to This | # ]
you cant just copy paste this into your bashrc
Authored by: zeorge on Aug 29, '04 06:57:41AM

you cant just copy paste this into your bashrc...

this is a PERL script. your bashrc is a SHELL script.
(see the first line #!/usr/bin/perl - which is important!)

you must save the script as a file, do a "chmod +x file",
and then you can call it with "file" from your bashrc
zeo



[ Reply to This | # ]