3

When I first joined my company as a fresher, and learnt Shell, someone suggested me to write a script, which would be useful to me as well as help me learn, that would pull code from all the projects that the company has.

Today, the other fresher, asked me for it (he learnt shell after me)... So I shared it on github. I know its kinda stupid :P
https://github.com/AseedUsmani/...
Reviews?

Comments
  • 1
    the command "pwd" prints your current dir => I love to jump back where i started when a script executes "cd" commands inside it.
  • 2
    @2erXre5 but after the script exits, the terminal is still at the same path where you accessed it from, I am not sure whether I understood you comment. Can you explain?
Add Comment