Mercurial Hosting > linkmystyle
comparison push-prod.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 hg identify >src/private/rev.txt | |
| 5 | |
| 6 PASSWORD=$(luan 'string:require("luan:Io.luan").stdout.write(require("file:src/private/Config.luan").push_password)') | |
| 7 | |
| 8 luan luan:host/push.luan linkmy.style $PASSWORD src 2>&1 | tee err |
