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