about summary refs log tree commit diff stats
path: root/pub.sh
diff options
context:
space:
mode:
authorAoi Koizumi <novaburst@kalli.st>2022-03-18 17:19:55 -0300
committerAoi Koizumi <novaburst@kalli.st>2022-03-18 17:19:55 -0300
commit2ffad537e7dc4e6d70a0873518d4c6a09a5c92fd (patch)
tree3119664e914e2b31604d79a9cce3482fd3d71e69 /pub.sh
parent7b10faf7494f396be6fe4131e1b562cc384f7c12 (diff)
downloadmirror-world-2ffad537e7dc4e6d70a0873518d4c6a09a5c92fd.tar.gz
Say "hello" 40 times to the place where you have tried salt at least once.
Signed-off-by: Aoi Koizumi <novaburst@kalli.st>
Diffstat (limited to 'pub.sh')
-rwxr-xr-xpub.sh5
1 files changed, 4 insertions, 1 deletions
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() {