forked from Flowee/registry
12 lines
242 B
Bash
12 lines
242 B
Bash
|
|
#!/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
|