summaryrefslogtreecommitdiff
path: root/hooks/pre-up
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 09:40:45 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 09:40:45 -0500
commitd2eb996281c51bf56b0921225455775c77647685 (patch)
treea20d5704c54781d348edc4b82130edff1068cd36 /hooks/pre-up
parentaed5df07473cb9f0e936f71c012550bb71b086be (diff)
downloadrcm-d2eb996281c51bf56b0921225455775c77647685.tar.gz
rcm-d2eb996281c51bf56b0921225455775c77647685.tar.bz2
rcm-d2eb996281c51bf56b0921225455775c77647685.zip
mbsync hook
Diffstat (limited to '')
-rwxr-xr-xhooks/pre-up/mbsync3
1 files changed, 3 insertions, 0 deletions
diff --git a/hooks/pre-up/mbsync b/hooks/pre-up/mbsync
new file mode 100755
index 0000000..6d58bb1
--- /dev/null
+++ b/hooks/pre-up/mbsync
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p ~/mail-home
+mkdir -p ~/mail-work \ No newline at end of file