Files

10 lines
215 B
Bash
Raw Permalink Normal View History

2026-01-30 18:58:59 +01:00
#!/bin/bash
_base=$HOME/work/registry
2026-03-25 22:11:01 +01:00
$_base/bin/fetcher --autoExit $_base/in
2026-03-05 10:27:59 +01:00
$_base/bin/processor -w $_base/in $_base/remote
2026-02-03 16:44:57 +01:00
$_base/bin/strengthen-trust $_base/in
$_base/bin/processor -w $_base/in $_base/remote