Finally I reached this forum:
http://www.linuxforums.org/
And to save you the trouble, here's a script that preserves the quotes:
#!/bin/bash
# blah blah blah
./foo "$@"
For more on posts, see here.
My little corner. Views on programming, design, Japanese, productivity and other errata.
#!/bin/bash
# blah blah blah
./foo "$@"
2 comments:
thank you :)
thank you. you address me to fix that problem.
Post a Comment