diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/nsp-console.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nsp-console.sh b/scripts/nsp-console.sh index b83d526..510ecdb 100755 --- a/scripts/nsp-console.sh +++ b/scripts/nsp-console.sh @@ -1,6 +1,6 @@ #!/bin/sh -if tmux list-sessions | grep -q "scratchpad" +if tmux list-sessions | grep "scratchpad" then tmux attach-session -t "scratchpad" else |