new scripts
This commit is contained in:
parent
2ce287bb13
commit
3ff9213bcd
7 changed files with 147 additions and 1 deletions
16
bin/wintext
Executable file
16
bin/wintext
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$winid" in
|
||||
[0-9]*)
|
||||
9p read acme/$winid/body
|
||||
exit 0
|
||||
esac
|
||||
|
||||
case "$text9term" in
|
||||
unix!*)
|
||||
dial -e $text9term </dev/null
|
||||
exit 0
|
||||
esac
|
||||
|
||||
echo 'no running window found' 2>&1
|
||||
exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue