[ Root System Explorer ]
Location:
Root
/
var
/
www
/
vhosts
/
wdi.co.th
/
.nodenv
/
shims
+ Folder
+ File
Upload
Editing: yarn
#!/usr/bin/env bash set -e [ -n "$NODENV_DEBUG" ] && set -x program="${0##*/}" if [ "$program" = "node" ]; then for arg; do case "$arg" in -e* | -- ) break ;; */* ) if [ -f "$arg" ]; then export NODENV_DIR="${arg%/*}" break fi ;; esac done fi export NODENV_ROOT="/var/www/vhosts/wdi.co.th/.nodenv" exec "/usr/libexec/nodenv/nodenv" exec "$program" "$@"
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 corepack
FILE
Ren
[EDIT]
DEL
📄 node
FILE
Ren
[EDIT]
DEL
📄 npm
FILE
Ren
[EDIT]
DEL
📄 npx
FILE
Ren
[EDIT]
DEL
📄 yarn
FILE
Ren
[EDIT]
DEL
📄 yarnpkg
FILE
Ren
[EDIT]
DEL