mirror of
https://github.com/itorquey/tn-service-check.git
synced 2026-01-19 12:14:45 +00:00
8 lines
103 B
Bash
8 lines
103 B
Bash
#!/bin/sh
|
|
|
|
unset GEM_HOME
|
|
unset GEM_PATH
|
|
export PATH=~/.rbenv/bin:"$PATH"
|
|
|
|
~/.rbenv/shims/ruby main.rb
|