jean-cloud-services/services/builder.rimarima.fr/server.sh

13 lines
172 B
Bash
Raw Normal View History

2023-12-18 16:16:09 +00:00
#!/bin/bash
echo "Content-type: text/html"
echo ""
. .env
2024-01-02 16:50:14 +00:00
action="$(echo "$DOCUMENT_URI" | tr -d '/\;!&<>?#[]()"*')"
echo '<pre>'
deploy_as "$JC_SERVICE"
echo '</pre>'