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