⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.108
Server IP:
97.74.83.112
Server:
Linux 112.83.74.97.host.secureserver.net 5.14.0-611.54.6.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 04:23:18 EDT 2026 x86_64
Server Software:
Apache
PHP Version:
8.2.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
trinadezambia
/
.nvm
/
test
/
install_script
/
View File Name :
nvm_install_with_aliased_dot
#!/bin/sh setup() { # Needed to avoid to checkout the repo to the latest nvm version, losing the commits of the current PR unset NVM_DIR shopt -s expand_aliases alias .=':' NVM_ENV=testing \. ../../install.sh > /dev/null } cleanup () { unset -f setup cleanup die unalias . shopt -u expand_aliases } die () { echo "$@"; cleanup; exit 1; } setup nvm_do_install > /dev/null 2>&1 command -v nvm || die 'nvm could not be loaded' cleanup