Skip to content

Commit

Permalink
Added shebang to CLI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Nov 24, 2022
1 parent 3d83107 commit 5b15c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/wopilistconflicts.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/bash
curl --insecure --header "Authorization: Bearer "`cat /etc/wopi/iopsecret` https://`hostname`:8443/wopi/iop/conflicts
echo
1 change: 1 addition & 0 deletions tools/wopilistopenfiles.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/bash
curl --insecure --header "Authorization: Bearer "`cat /etc/wopi/iopsecret` https://`hostname`:8443/wopi/iop/list
echo

0 comments on commit 5b15c78

Please sign in to comment.