D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
sbin
/
modules
/
platform360
/
Filename :
realpath.sh
back
Copy
#!/bin/bash -e ### Copyright 2025 WebPros International GmbH. All rights reserved. declare -r FILE="${1?File is not set}" realpath "$FILE"