diff options
Diffstat (limited to 'db-from-log.sh')
-rwxr-xr-x | db-from-log.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/db-from-log.sh b/db-from-log.sh deleted file mode 100755 index 75a316a..0000000 --- a/db-from-log.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 |