Joined May 2011
·

Timur Batyrshin

Kazan
·
·
·

I usually use curl ipecho.net/plain

Thanks for sharing anyway!

Keep in mind though that < <(ls -1) is a bashism and would not work as expected with #!/bin/sh set as shebang

Posted to Why assertions are so powerful over 1 year ago

Is not TDD intended to replace assertions?

Thanks for explaining though as assertions might help much in languages with which TDD is not so easily used, for example, complex shell scripts.

Actually there are some recommendation for setting up cron in RVM docs: http://rvm.io/integration/cron

Posted to BASH brace expansion gone wild over 1 year ago

Just keep in mind that these things are bashisms, i.e. they will not work in plain shell you might use in your scripts.

Achievements
89 Karma
0 Total ProTip Views