mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
d="$(cd "$(dirname $0)"/.. && pwd)"
|
|
export RUBYLIB="$d/lib"
|
|
$d/shim/$(basename $0) "$@"
|