factor/library/ui/windows/load.factor

11 lines
212 B
Factor
Raw Normal View History

2006-07-25 10:04:14 -04:00
IN: scratchpad
2006-08-01 14:17:22 -04:00
USING: alien kernel namespaces parser sequences words ;
2006-07-25 10:04:14 -04:00
{
"clipboard"
2006-08-01 18:59:56 -04:00
"ui"
2006-08-01 14:17:22 -04:00
} [ "/library/ui/windows/" swap ".factor" append3 run-resource ] each
2006-07-25 10:04:14 -04:00
2006-08-25 00:40:39 -04:00
IN: command-line
2006-07-25 10:04:14 -04:00
: default-shell "tty" ;