#!/bin/bash
str="$*"
echo "hello123" | sudo -S python3 cgi_client.py $str
