Mercurial Hosting > linkmystyle
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8f4df159f06b |
---|---|
1 #!/bin/bash | |
2 set -e | |
3 | |
4 PASSWORD=$(luan 'string:require("luan:Io.luan").stdout.write(require("file:../src/private/Config.luan").push_password)') | |
5 | |
6 luan luan:host/push.luan www.linkmystyle.com $PASSWORD src 2>&1 | tee err | |
7 luan luan:host/push.luan linkmystyle.com $PASSWORD src 2>&1 | tee -a err | |
8 luan luan:host/push.luan www.linkmy.style $PASSWORD src 2>&1 | tee -a err |