wintext: add tmux support, use in ", ""

Fixes #223.
This commit is contained in:
Russ Cox 2020-01-13 11:04:53 -05:00
parent cc48e73a96
commit fa7fecff33
4 changed files with 19 additions and 20 deletions

View file

@ -1,6 +1,6 @@
#!/usr/local/plan9/bin/rc
cmd = `{" $* | tail -1}
cmd = `{quote1 $* | tail -1}
if (~ $#cmd 0) {
echo no such command found >[1=2]
exit notfound