Mercurial Hosting > chat
comparison push-test.sh @ 101:0fc454beff08 default tip
use Config.luan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 30 Jun 2025 23:49:10 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
100:0e3b22ece2fc | 101:0fc454beff08 |
---|---|
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 test.chat.luan.software $PASSWORD src 2>&1 | tee err |