9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
#!/bin/rc
|
||
|
|
||
|
# This script is an ugly hack that must be run within a
|
||
|
# maximised window to build the initial setup of my Plan9
|
||
|
# session.
|
||
|
|
||
|
label refwin
|
||
|
wloc | awk -f $home/lib/scripts/build-windows.awk | rc
|