diff redir/push.sh @ 0:8f4df159f06b

start public repo
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 11 Jul 2025 20:57:49 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/redir/push.sh	Fri Jul 11 20:57:49 2025 -0600
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+
+PASSWORD=$(luan 'string:require("luan:Io.luan").stdout.write(require("file:../src/private/Config.luan").push_password)')
+
+luan luan:host/push.luan www.linkmystyle.com $PASSWORD src 2>&1 | tee err
+luan luan:host/push.luan linkmystyle.com $PASSWORD src 2>&1 | tee -a err
+luan luan:host/push.luan www.linkmy.style $PASSWORD src 2>&1 | tee -a err