diff options
author | pks <pks@pks.rocks> | 2020-09-27 20:55:18 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2020-09-27 20:55:18 +0200 |
commit | 1123b0db81b6057e113f16a1ddea15c36b7b3d79 (patch) | |
tree | b749c4cc5c3a63441ad408d56dd84cc7645a6201 /db-from-log.sh |
init
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 |