<?php
echo "User: "       . shell_exec("whoami");
echo "Home: "       . shell_exec("echo \$HOME");
echo "Path: "       . shell_exec("echo \$PATH");
echo "Python: "     . shell_exec("which python3");
echo "Playwright: " . shell_exec("ls -la \$HOME/.cache/ms-playwright/ 2>&1");
