forked from Flowee/registry
Rename variable
This commit is contained in:
@@ -5,7 +5,7 @@ echo "Do please press ^C when fetcher is at tip."
|
|||||||
|
|
||||||
_base=$HOME/work/registry
|
_base=$HOME/work/registry
|
||||||
|
|
||||||
$base/bin/fetcher $base/in
|
$_base/bin/fetcher $_base/in
|
||||||
$base/bin/processor $base/in $base/remote
|
$_base/bin/processor $_base/in $_base/remote
|
||||||
$base/bin/strengthen-trust $base/in
|
$_base/bin/strengthen-trust $_base/in
|
||||||
$base/bin/processor -w $base/in $base/remote
|
$_base/bin/processor -w $_base/in $_base/remote
|
||||||
|
|||||||
Reference in New Issue
Block a user