login.sh 77 B

123
  1. #!/bin/sh
  2. mysql -uroot -p$(./getPass.php) 2>/dev/null || echo "Login error"