Skip to content

al3xandr3/ruby

Repository files navigation

collection of my ruby util scripts.

bootstraps with:

# filename: profile.sh
export RUBYLIB=~/Dropbox/my/dev/ruby:$RUBYLIB

# 3rd party libs
libs=$(find other/ruby -type d | grep 'lib$')
for d in $libs; do 
 export RUBYLIB=$d:$RUBYLIB 
done

About

collection of ruby util scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages