whoami7 - Manager
:
/
proc
/
thread-self
/
root
/
usr
/
local
/
rvm
/
scripts
/
functions
/
notes
/
warnings
/
Upload File:
files >> //proc/thread-self/root/usr/local/rvm/scripts/functions/notes/warnings/warning_var
#!/usr/bin/env bash __rvm_notes_warning_var() { for __var in RUBYOPT RUBYLIB do if eval "[[ -n \"\${${__var}:-}\" ]]" then rvm_warn " * WARNING: You have <code>${__var}</code> <warn>set in your current environment. This may cause rubies to not work as you expect them to as it is not supported by all of them If errors show up, please try unsetting <code>${__var}</code> <warn>first. " fi done } __rvm_notes_warning_var
Copyright ©2021 || Defacer Indonesia