Facebook
From Alpha, 5 Years ago, written in Bash.
Embed
Download Paste or View Raw
Hits: 305
  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"

Replies to Lisans rss

Title Name Language When
Re: Lisans Crimson Penguin bash 5 Years ago.