From 2ffad537e7dc4e6d70a0873518d4c6a09a5c92fd Mon Sep 17 00:00:00 2001 From: Aoi Koizumi Date: Fri, 18 Mar 2022 17:19:55 -0300 Subject: Say "hello" 40 times to the place where you have tried salt at least once. Signed-off-by: Aoi Koizumi --- pub.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pub.sh') diff --git a/pub.sh b/pub.sh index 772f9c5..21c15a9 100755 --- a/pub.sh +++ b/pub.sh @@ -13,7 +13,10 @@ fn_generate() { fn_index() { printf "Creating index.pck... \n" - txt index -t $title -a "$author" -l "$locations" -p "$peers" + txt index --title=$title --authors="$author" --locations="$locations" --peers="$peers" . + + printf "Replicating index.pck... \n" + for p in gmi gph www; do cp index.pck $p/index.pck; done } fn_link() { -- cgit 1.4.1-2-gfad0