confguard 4.0.1

Guard your sensitive configuration files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
############### rs-cg template ###############
#!/usr/bin/env bash

PROJ_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export PROJ_DIR
export PYTHONPATH=$PROJ_DIR
export RUN_ENV=local

if which tmux > /dev/null 2>&1; then
    tmux rename-window "$(basename "$PROJ_DIR")"
fi