Files

10 lines
209 B
Bash
Raw Permalink Normal View History

2026-01-30 18:58:59 +01:00
#!/bin/bash
2026-05-01 12:30:50 +02:00
_base=$HOME/registry
2026-01-30 18:58:59 +01:00
2026-05-01 12:30:50 +02:00
$HOME/bin/fetcher -v --autoExit $_base/in
$HOME/bin/processor -w $_base/in $_base/remote
$HOME/bin/strengthen-trust $_base/in
$HOME/bin/processor -w $_base/in $_base/remote