Submit
Path:
~
/
/
usr
/
local
/
bin
/
File Content:
composer
#!/bin/bash # Copyright 1999-2020. Plesk International GmbH. All Rights Reserved. COMPOSER_BIN="/opt/psa/var/modules/composer/composer.phar" [ -e "$COMPOSER_BIN" ] || { echo "'$COMPOSER_BIN' not found" >&2; exit 1; } [ -x "$COMPOSER_BIN" ] || { echo "'$COMPOSER_BIN' is not executable" >&2; exit 1; } "$COMPOSER_BIN" "$@"
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
composer
324 bytes
0755
wp
177 bytes
0755
N4ST4R_ID | Naxtarrr