Facebook
From Crimson Penguin, 5 Years ago, written in Bash.
This paste is a reply to Lisans from Alpha - view diff
Embed
Download Paste or View Raw
Hits: 298
  1. #!/bin/bash
  2.  
  3. #
  4. # Licens Script By Alpha
  5. #
  6.  
  7. echo "Please enter your license key"
  8. read pw
  9.  
  10. if  [$pw == "your password"]; then
  11. echo "Login successful"
  12. else
  13. echo "Login Failed"