forked from Flowee/registry
10 lines
215 B
Bash
Executable File
10 lines
215 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
_base=$HOME/work/registry
|
|
|
|
$_base/bin/fetcher --autoExit $_base/in
|
|
$_base/bin/processor -w $_base/in $_base/remote
|
|
$_base/bin/strengthen-trust $_base/in
|
|
$_base/bin/processor -w $_base/in $_base/remote
|