raspiblitz/home.admin/_tmux_chain.sh
Robert Habermann 7dfd89cab9 add tmux
2019-09-22 15:34:03 +02:00

13 lines
248 B
Bash
Executable File

#!/bin/bash
# script for custom tmux status bar
configFile="/mnt/hdd/raspiblitz.conf"
if [ -f "$configFile" ]; then
source ${configFile} 2>/dev/null
echo " ${chain}net "
else
#echo "$configFile does not exist"
echo " unknown "
fi