Heray-Was-Here
Server : Apache
System : Linux vps43555.mylogin.co 3.10.0-1160.53.1.vz7.185.3 #1 SMP Tue Jan 25 12:49:12 MSK 2022 x86_64
User : redsea ( 60651)
PHP Version : 7.4.32
Disable Function : NONE
Directory :  /proc/self/root/usr/local/rvm/scripts/functions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/usr/local/rvm/scripts/functions/version
#!/usr/bin/env bash

__rvm_version()
{
  echo "rvm $(__rvm_version_installed) by $(__rvm_version_authors) [$(__rvm_version_website)]"
}

__rvm_version_website()
{
  echo "https://rvm.io"
}

__rvm_version_authors()
{
  echo "Michal Papis, Piotr Kuczynski, Wayne E. Seguin"
}

__rvm_version_copyright()
{
  echo "(c) 2009-2017 $(__rvm_version_authors)"
}

__rvm_print_headline()
{
  rvm_log "Ruby enVironment Manager ${rvm_version} $(__rvm_version_copyright)
"
}

__rvm_version_remote()
{
  __rvm_curl -s --max-time 10 https://github.com/rvm/rvm/raw/master/VERSION || true
}

__rvm_version_installed()
{
  echo "$(\command \cat "$rvm_path/VERSION") ($(\command \cat "$rvm_path/RELEASE" 2>/dev/null))"
}

Hry