diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-14 17:46:32 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-14 17:46:32 +0200 |
| commit | 4144384505c950c8bc3f4f833a1e76caa3bb63ad (patch) | |
| tree | f68252445dad3246b843aafe52139d9f5d9e6f68 /src/misc/tmux.sh | |
| parent | 323a04b6e38a9456977551fa49f7031229c7abdd (diff) | |
checkpoint
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 . & + |
