diff options
Diffstat (limited to 'db-create.sh')
-rwxr-xr-x | db-create.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db-create.sh b/db-create.sh new file mode 100755 index 0000000..cb11626 --- /dev/null +++ b/db-create.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-create.rb $1 |