find . -name 'dbconfig.js' | xargs cat | grep sql I was looking for some examples of how other people updated the gears database with variables. This did the trick.
9/7/2011 ~ 1 min read
9/7/2011 ~ 1 min read
find . -name 'dbconfig.js' | xargs cat | grep sql I was looking for some examples of how other people updated the gears database with variables. This did the trick.