whoami7 - Manager
:
/
proc
/
thread-self
/
root
/
usr
/
local
/
rvm
/
scripts
/
functions
/
Upload File:
files >> //proc/thread-self/root/usr/local/rvm/scripts/functions/irbrc
#!/usr/bin/env bash # Create the irbrc for the currently selected ruby installation. __rvm_irbrc() { if [[ -d "$rvm_ruby_home" && ! -s "$rvm_ruby_irbrc" ]] then __rvm_cp "$rvm_scripts_path/irbrc" "$rvm_ruby_irbrc" || return $? fi }
Copyright ©2021 || Defacer Indonesia