diff options
author | tv <tv@xso> | 2011-08-24 18:05:14 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-08-24 18:05:14 +0200 |
commit | 0df128cd79e1557a7916fe1fdb3831a32c624c48 (patch) | |
tree | 4a8aad31644fca8fcd4dfc39719def1d12fa8474 /ovh/HOWTO | |
parent | c0bb78e969b25b0aa6aefe615c1ac6dd027d9110 (diff) |
ovh soapi: rewrite HOWTO to README
Diffstat (limited to 'ovh/HOWTO')
-rw-r--r-- | ovh/HOWTO | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ovh/HOWTO b/ovh/HOWTO deleted file mode 100644 index f76cf9c5..00000000 --- a/ovh/HOWTO +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# Author: tv - -cd ovh/soapi -export KREBS_OVH_USER=... -export KREBS_OVH_PASS=... -make install -zoneExport > /tmp/foo -$EDITOR /tmp/foo -zoneImport < /tmp/foo |