Files
vns/header.sh
Jon-William Lewis 9334f3ba45 Made configuration directory static
Moved header variables to new file
Started sanitizing variable references
2015-06-10 00:23:33 -05:00

12 lines
335 B
Bash

#!/bin/bash
#==========================================================
# $PROD_STR, $VER_STR
# Copyright 2014, Xenese Labs/Sicron-Perion XNF
#==========================================================
PROD_STR="Simple Note System"
VER_STR="v2.0a5"
ROOTDIR=$HOME/.config/sns
BASEDIR="$ROOTDIR"/notes
CONFIGURATION="$ROOTDIR/sns.conf"