mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
4 lines
102 B
Bash
Executable file
4 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
d="$(cd "$(dirname "$0")"/.. && pwd)"
|
|
export RUBYLIB="$d/lib"
|
|
$d/shim/$(basename "$0") "$@"
|