💾 Archived View for runjimmyrunrunyoufuckerrun.com › rc › labels captured on 2022-03-01 at 15:20:42.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

#!/bin/rc
# print window labels
for(i in `{walk -dn1,1 /dev/wsys}){
	echo -n $i^'/		# '
	cat $i/label
	echo
}