diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-24 12:58:52 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-24 12:58:52 +0200 |
| commit | 856fd58549e5bf50e800a665f9deb27d967df2fb (patch) | |
| tree | 6950210e5ae3618b501a7045f10f8fc06dd903df /src/tmux.sh | |
| parent | d8b3ca9d02377cf04a09e0f518a3385b7324bc4d (diff) | |
checkpoint
Diffstat (limited to 'src/tmux.sh')
| -rwxr-xr-x | src/tmux.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tmux.sh b/src/tmux.sh new file mode 100755 index 0000000..78845a9 --- /dev/null +++ b/src/tmux.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +ThisDir="$(dirname "$(readlink -f "$0")")" +cd "$ThisDir"/.. + +setsid 4ed . & + |
