Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I don't know about `ls`, but I typically type something so short on one line:

    $ echo 'int main(){return 42;}' > a.c; make a && ./a; echo $?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: