aboutsummaryrefslogtreecommitdiff
path: root/ROX-set-vertical
diff options
context:
space:
mode:
Diffstat (limited to 'ROX-set-vertical')
-rwxr-xr-xROX-set-vertical11
1 files changed, 11 insertions, 0 deletions
diff --git a/ROX-set-vertical b/ROX-set-vertical
new file mode 100755
index 0000000..850b414
--- /dev/null
+++ b/ROX-set-vertical
@@ -0,0 +1,11 @@
+#!/bin/bash
+rox --RPC <<EOF
+<?xml version="1.0"?>
+<env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope">
+ <env:Body xmlns="http://rox.sourceforge.net/SOAP/ROX-Filer">
+ <Pinboard>
+ <Name>Vertical</Name>
+ </Pinboard>
+ </env:Body>
+</env:Envelope>
+EOF