10
2
Fork 0

yak shaving

This commit is contained in:
xenia 2020-05-26 03:35:57 -04:00
parent 364002b031
commit 8193182767
2 changed files with 24 additions and 0 deletions

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
.PHONY: all clean genreadme
DOCS_ALL=$(wildcard **/**/README.md)
all: README.md
@echo TODO
clean:
@echo TODO
README.md: $(DOCS_ALL)
@echo "GEN README.md"
@(echo "# BLAHAJ Hack-a-Sat 2020 Writeups\n\n"; for file in $(DOCS_ALL); do \
printf -- "- [%s](%s)\n" "$$(dirname $$file)" "$$(dirname $$file)"; done) > README.md

View File

@ -0,0 +1,10 @@
# BLAHAJ Hack-a-Sat 2020 Writeups\n\n
- [aaaa/attitude-adjustment](aaaa/attitude-adjustment)
- [aaaa/digital-filters-meh](aaaa/digital-filters-meh)
- [aaaa/seeing-stars](aaaa/seeing-stars)
- [comms/56k](comms/56k)
- [ground-segment/phasors-to-stun](ground-segment/phasors-to-stun)
- [payload/leakycrypto](payload/leakycrypto)
- [satellite-bus/bytes-away](satellite-bus/bytes-away)
- [satellite-bus/magic-bus](satellite-bus/magic-bus)
- [space/good-plan-great-plan](space/good-plan-great-plan)