Commit Graph

3 Commits

Author SHA1 Message Date
Brandon Rhodes 2da95b1901 Remove .patch files that have been applied already 2021-11-03 15:58:17 -04:00
Brandon Rhodes d77d297bfe Remove stale “RCS” comments from C code
perl -pi -0777 -e 's/\/\* For RCS .*?\*\/\n+//gs' **/*
perl -pi -0777 -e 's/static char \*rcsid.*?;\n//gs' **/*
2021-08-23 13:19:28 -04:00
Brandon Rhodes 33897fa0c2 Add recursive “wget” of XEphem website as `Site/`
These files are from the `xephem/` directory fetched by this command:

    wget --mirror --reject '*.tgz' https://www.clearskyinstitute.com/xephem/
2021-05-20 14:50:47 -04:00