00020_--_arch_design.txt 380 B

123456789101112131415161718192021222324
  1. Q: what diagnose and health tools exist?
  2. A:
  3. $ echo 'https://example.com/foo/o/p-0/#1' \
  4. | ./seppo.cgi abs2rel \
  5. | ./seppo.cgi id2ix \
  6. | ./seppo.cgi ix2s \
  7. | ./seppo.cgi s2atom
  8. $ cat app/var/db/o/p/1.ix \
  9. | ./seppo.cgi ix2s \
  10. | ./seppo.cgi s2atom
  11. $ cat app/var/db/o/p.s \
  12. | ./seppo.cgi s2atom
  13. $ cat <<EOF \
  14. | ./seppo.cgi abs2rel
  15. https://example.com/foo/o/p-0/#1
  16. o/p-0/#2
  17. EOF