summaryrefslogtreecommitdiff
path: root/src/uncron-add
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2020-08-12 23:38:06 +0200
committerDaniil Baturin <daniil@vyos.io>2020-08-12 23:38:06 +0200
commit51d2cf5c9158b03b0a7e83a7377436a0cbaf1025 (patch)
treef9738fe17567be60e7d709dbcbd55b54b4e22146 /src/uncron-add
downloaduncron-51d2cf5c9158b03b0a7e83a7377436a0cbaf1025.tar.gz
uncron-51d2cf5c9158b03b0a7e83a7377436a0cbaf1025.zip
Initial import of the old, ad hoc code.
Diffstat (limited to 'src/uncron-add')
-rw-r--r--src/uncron-add4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uncron-add b/src/uncron-add
new file mode 100644
index 0000000..eca6c26
--- /dev/null
+++ b/src/uncron-add
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo $1 | socat - UNIX-CONNECT:/tmp/uncron.sock
+