Put org web adapter in git

This commit is contained in:
SpaceTurth
2026-02-16 09:06:28 -07:00
commit 1229d19857
10 changed files with 1400 additions and 0 deletions

7
makefile Normal file
View File

@ -0,0 +1,7 @@
swapin:
mv notes old_notes
ln -s ~/Documents/zet notes
swapout:
rm notes
mv old_notes notes