From 1a1a2d43017cad8448f681f863e31fcf77c361a2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 22 Apr 2010 00:16:09 -0500 Subject: add tmux as a service --- services/tmux/log/run | 3 +++ services/tmux/run | 4 ++++ 2 files changed, 7 insertions(+) create mode 100755 services/tmux/log/run create mode 100755 services/tmux/run (limited to 'services') diff --git a/services/tmux/log/run b/services/tmux/log/run new file mode 100755 index 0000000..72a24fc --- /dev/null +++ b/services/tmux/log/run @@ -0,0 +1,3 @@ +#!/bin/sh + +multilog t * $HOME/.log/tmux diff --git a/services/tmux/run b/services/tmux/run new file mode 100755 index 0000000..da1bd89 --- /dev/null +++ b/services/tmux/run @@ -0,0 +1,4 @@ +#!/bin/sh + +cd +fghack tmux start 2>&1 -- cgit v1.2.3-54-g00ecf