Software: Apache. PHP/7.3.33 uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) Safe-mode: OFF (not secure) /etc/profile.d/ drwxr-xr-x |
Viewing file: Select action/file-type: # # RVM profile # # /etc/profile.d/rvm.sh # sh extension required for loading. # if [ -n "${BASH_VERSION:-}" -o -n "${ZSH_VERSION:-}" ] && test "`\command \ps -p $$ -o ucomm=`" != dash && test "`\command \ps -p $$ -o ucomm=`" != sh then [[ -n "${rvm_stored_umask:-}" ]] || export rvm_stored_umask=$(umask) # Load user rvmrc configurations, if exist for file in "/etc/rvmrc" "$HOME/.rvmrc" do [[ -s "$file" ]] && source $file done if [[ -n "${rvm_prefix:-}" ]] && [[ -s "${rvm_prefix}/.rvmrc" ]] && [[ ! "$HOME/.rvmrc" -ef "${rvm_prefix}/.rvmrc" ]] then source "${rvm_prefix}/.rvmrc" fi # Load RVM if it is installed, try user then root install. if [[ -s "$rvm_path/scripts/rvm" ]] then source "$rvm_path/scripts/rvm" elif [[ -s "$HOME/.rvm/scripts/rvm" ]] then true ${rvm_path:="$HOME/.rvm"} source "$HOME/.rvm/scripts/rvm" elif [[ -s "/usr/local/rvm/scripts/rvm" ]] then true ${rvm_path:="/usr/local/rvm"} source "/usr/local/rvm/scripts/rvm" fi # Add $rvm_bin_path to $PATH if necessary. Make sure this is the last PATH variable change. if [[ -n "${rvm_bin_path}" && ! ":${PATH}:" == *":${rvm_bin_path}:"* ]] then PATH="${PATH}:${rvm_bin_path}" fi fi |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0112 ]-- |