9 lines
205 B
Bash
Executable File
9 lines
205 B
Bash
Executable File
#!/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
|