From bb52b003b4ad25439e2467f49743ab4448c50089 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Mon, 23 Sep 2024 18:46:22 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20Bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bash.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Bash.md diff --git a/Bash.md b/Bash.md new file mode 100644 index 0000000..63d0722 --- /dev/null +++ b/Bash.md @@ -0,0 +1,4 @@ +Correr programa con +``` +DBNAME=sgi DBUSER=postgres DBPASSWORD='h3rcul3s#$' DBHOST=heracles.lci.ulsa.mx DBPORT=5432 WAIT_TIME=5 /usr/local/bin/python3.9 /root/sgu/app.py +``` \ No newline at end of file