Collin Doering
29d14f09f8
Main changes are just some alias' to easily access rekahsoft-mini thorugh port-knocking + ssh As well as a xbindkeys configuration setup for most generic keyboards and the HHKB2
5 lines
189 B
Bash
5 lines
189 B
Bash
. $HOME/.bashrc
|
|
|
|
# Create variable GENERAL_SCREEN which is the pid of one or more screens called "general"
|
|
export GENERAL_SCREEN=`screen -ls | grep general | cut -f1 -d'.' | sed 's/\W//g'`
|