9 lines
141 B
Scheme
Executable file
9 lines
141 B
Scheme
Executable file
#!/usr/bin/env gxi
|
|
|
|
(import :std/build-script)
|
|
|
|
(defbuild-script
|
|
'("fancy/format"
|
|
"fancy/table"
|
|
"fancy/rule"
|
|
"fancy/spinner"))
|