Skip to content

Instantly share code, notes, and snippets.

@duryjames
Created March 23, 2014 22:01
Show Gist options
  • Select an option

  • Save duryjames/9730559 to your computer and use it in GitHub Desktop.

Select an option

Save duryjames/9730559 to your computer and use it in GitHub Desktop.
used with a cron job on boot, auto start irssi in a tmux session
#!/bin/sh
tmux new-session -d -s 0
tmux new-window -n 'irssi' 'irssi'
tmux select-window -t 1
tmux detach-client
@reboot $HOME/.start_irssi.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment