Compare commits

..

No commits in common. "bd31e060ab44dd7644164fcd5a82b4514810197b" and "8e58d45e10a331231860cd502c3951c82c58f0aa" have entirely different histories.

View file

@ -1,11 +0,0 @@
#! /usr/bin/env python3
"""Dummy build."""
from pathlib import Path
from rwx.fs import make_directory
if __name__ == "__main__":
out = Path(__file__).parent / "out"
make_directory(out)
write(out / "index.html", "spcd.rwx.work")