yak shaving
This commit is contained in:
parent
364002b031
commit
8193182767
|
@ -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
|
10
README.md
10
README.md
|
@ -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)
|
Loading…
Reference in New Issue