initial commit
This commit is contained in:
11
src/sh/info.sh
Normal file
11
src/sh/info.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
# Application information
|
||||
if [ ! "${INFO_LOADED:-}" ]; then
|
||||
APP_NAME="nmf"
|
||||
APP_VERSION="0.1"
|
||||
APP_WEBSITE="https://git.indyfac.ch/amin/not-much-fuzz/"
|
||||
WINDOW_TITLE="📨 $APP_NAME | not much fuzz"
|
||||
export APP_NAME APP_VERSION APP_WEBSITE WINDOW_TITLE
|
||||
|
||||
export INFO_LOADED=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user