Run the following command in your terminal. Make sure you have
curl
and
script
installed on your system.
( command -v curl >/dev/null 2>&1 && command -v script >/dev/null 2>&1 ) || \
{ echo "Error: curl and/or script not found. Please install them." >&2; exit 1; } && \
curl --http1.1 -s -N -H "Authorization: Bearer f5ebf1fd6f5e54ccdabd2e21d3bbe21f" https://www.terminalmirror.com/inputClient | \
script -q /dev/null | \
curl --http1.1 -H "Transfer-Encoding: chunked" -H "Authorization: Bearer f5ebf1fd6f5e54ccdabd2e21d3bbe21f" -X POST -T - https://www.terminalmirror.com/outputClient