6 lines
178 B
Bash
Executable File
6 lines
178 B
Bash
Executable File
#! /bin/bash
|
|
# vdirsyncer-wrapper
|
|
# Wrapper around vdirsyncer that executes it from within virtualenv using local config
|
|
|
|
./virtualenv_run/bin/vdirsyncer -c ./vdirsyncer.conf $*
|