mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Minor cleanups, GitHub issue 2824.
This commit is contained in:
@ -11,7 +11,7 @@ $TMUX kill-server 2>/dev/null
|
||||
|
||||
TMP=$(mktemp)
|
||||
trap "rm -f $TMP" 0 1 15
|
||||
|
||||
|
||||
cat <<EOF >$TMP
|
||||
new sleep 101
|
||||
new -- sleep 102
|
||||
|
@ -11,7 +11,7 @@ $TMUX kill-server 2>/dev/null
|
||||
|
||||
TMP=$(mktemp)
|
||||
trap "rm -f $TMP" 0 1 15
|
||||
|
||||
|
||||
cat <<EOF >$TMP
|
||||
new
|
||||
neww sleep 101
|
||||
|
Reference in New Issue
Block a user