Joined May 2011
·
Posted to
SHELL: Easily loop on line break separated items
over 1 year
ago
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.
Posted to
Getting Ruby scripts working with bundler, rvm and cron
over 1 year
ago
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
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Velociraptor
Have at least one original repo where Perl is the dominant language
Forked
Have a project valued enough to be forked by someone else
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Raven
Have at least one original repo where some form of shell script is the dominant language
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
I usually use
curl ipecho.net/plain
Thanks for sharing anyway!