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