diff options
Diffstat (limited to 'db-from-log.sh')
-rwxr-xr-x | db-from-log.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db-from-log.sh b/db-from-log.sh new file mode 100755 index 0000000..75a316a --- /dev/null +++ b/db-from-log.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh + +export GEM_HOME=/home/pks/.local/lib/ruby +export GEM_PATH=/home/pks/.local/lib/ruby +$(which ruby) $(dirname $0:A)/db-from-log.rb $1 |