1
0
mirror of https://github.com/cs3org/wopiserver.git synced 2025-09-19 09:01:33 +03:00
Files
wopiserver/tools/wopilistopenfiles.sh
2022-11-24 15:12:00 +01:00

4 lines
134 B
Bash
Executable File

#!/usr/bin/bash
curl --insecure --header "Authorization: Bearer "`cat /etc/wopi/iopsecret` https://`hostname`:8443/wopi/iop/list
echo