Skip to content

Instantly share code, notes, and snippets.

@fabrizioq
fabrizioq / scrnr.sh
Created January 26, 2017 14:01
Script to create screen ssession w/ named windows
#!/bin/bash
MINPARAMS=2
if [ $# -lt "$MINPARAMS" ]
then
echo
echo "Scrnr needs at least $MINPARAMS command-line arguments!"
exit 1
fi