diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-15 11:51:25 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-15 11:51:25 +0200 |
| commit | 7fd4a8d8627b7cd7044b390751eda66208edf1eb (patch) | |
| tree | 7af5b33b0dbee8cd6e081407c317690b51bfc838 /src/misc/tmux.sh | |
| parent | 0982906027721c71307e234d6f14f886bdca47c5 (diff) | |
| parent | 4144384505c950c8bc3f4f833a1e76caa3bb63ad (diff) | |
Merge branch 'main' of autumn:sim8086
Diffstat (limited to 'src/misc/tmux.sh')
| -rwxr-xr-x | src/misc/tmux.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/misc/tmux.sh b/src/misc/tmux.sh new file mode 100755 index 0000000..78845a9 --- /dev/null +++ b/src/misc/tmux.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +ThisDir="$(dirname "$(readlink -f "$0")")" +cd "$ThisDir"/.. + +setsid 4ed . & + |
