As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
#!/usr/bin/env python | |
# Based off of code written by Sander Marechal, which was released into public | |
# domiain. | |
# http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/ | |
# | |
import sys, os, time, atexit | |
import logging | |
from signal import SIGTERM |