diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-07 09:40:45 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-07 09:40:45 -0500 |
commit | d2eb996281c51bf56b0921225455775c77647685 (patch) | |
tree | a20d5704c54781d348edc4b82130edff1068cd36 /hooks/pre-up/mbsync | |
parent | aed5df07473cb9f0e936f71c012550bb71b086be (diff) | |
download | rcm-d2eb996281c51bf56b0921225455775c77647685.tar.gz rcm-d2eb996281c51bf56b0921225455775c77647685.tar.bz2 rcm-d2eb996281c51bf56b0921225455775c77647685.zip |
mbsync hook
Diffstat (limited to 'hooks/pre-up/mbsync')
-rwxr-xr-x | hooks/pre-up/mbsync | 3 |
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 |