|
You are here |
alexlakatos.com | ||
| | | | |
purefun.dev
|
|
| | | | | When in doubt, always consider adding set -e and cd $(dirname $0) at the beginning of a shellscript. Why? Let's find out: When to use cd $(dirname $0) $0 is the currently executing script, so what the command does is to change current directory into the same directory as where the script resides. If you don't do this, any references to other files next to your script will be incorrect if you run the script from another directory. | |
| | | | |
fredrb.com
|
|
| | | | | Skip to the final result: GitHub Repository JavaScript and the NodeJS ecosystem have never been my favorite technologies in a stack, but I have managed fine in the last four years of professional and personal projects. With the growing need to manage application releases and parallel projects using Node, the lack of version manager such as Ruby's rvm was indisputable. I was alone back then, and was managing different Node versions myself. | |
| | | | |
vimist.github.io
|
|
| | | | | ||
| | | | |
www.github.com
|
|
| | | my blog, with astro. Contribute to Krayorn/blog development by creating an account on GitHub. | ||