# Scrapboxからコードを取得 # wgetは-r オプションで上書き # all: wget -q -r -O Makefile https://scrapbox.io/api/code/Again/Makefile/Makefile make get get: wget -q -r -O again.el https://scrapbox.io/api/code/Again/again.el/again.el wget -q -r -O test.el https://scrapbox.io/api/code/Again/test.el/test.el push: git commit -a -m '...' ; git push