Samx Here
n1udSecurity


Server : Apache
System : Linux ks5.tuic.fr 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64
User : pragmatice ( 1003)
PHP Version : 8.2.24
Disable Function : NONE
Directory :  /home/etherpad/src/node_modules/.bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/etherpad/src/node_modules/.bin/tsserver
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")

case `uname` in
    *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac

if [ -z "$NODE_PATH" ]; then
  export NODE_PATH="/home/etherpad/node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/bin/node_modules:/home/etherpad/node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/node_modules:/home/etherpad/node_modules/.pnpm/typescript@5.4.5/node_modules:/home/etherpad/node_modules/.pnpm/node_modules"
else
  export NODE_PATH="/home/etherpad/node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/bin/node_modules:/home/etherpad/node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/node_modules:/home/etherpad/node_modules/.pnpm/typescript@5.4.5/node_modules:/home/etherpad/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
  exec "$basedir/node"  "$basedir/../typescript/bin/tsserver" "$@"
else
  exec node  "$basedir/../typescript/bin/tsserver" "$@"
fi

SAMX