10 lines
266 B
Bash
Executable File
10 lines
266 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
|
|
cat $home/lib/themes/rgb.theme >/dev/theme # apply RGB theme
|
|
wloc | awk -f $home/lib/scripts/build-windows.awk | rc
|