forked from Flowee/registry
12 lines
252 B
Bash
Executable File
12 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
echo "Do please press ^C when fetcher is at tip."
|
|
|
|
_base=$HOME/work/registry
|
|
|
|
$_base/bin/fetcher $_base/in
|
|
$_base/bin/processor $_base/in $_base/remote
|
|
$_base/bin/strengthen-trust $_base/in
|
|
$_base/bin/processor -w $_base/in $_base/remote
|