📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: counted_example.py
"""Usage: counted_example.py --help counted_example.py -v... counted_example.py go [go] counted_example.py (--path=<path>)... counted_example.py <file> <file> Try: counted_example.py -vvvvvvvvvv counted_example.py go go counted_example.py --path ./here --path ./there counted_example.py this.txt that.txt """ from docopt import docopt print(docopt(__doc__))
Save