$ echo 'int main(){ unlink("--exclude_files=\"blah\"");}' > file.c && \
>  gcc file.c && ./a.out && rm -f a.out file.c &


Carl

Reply via email to