Facebook
From Crimson Penguin, 5 Years ago, written in Bash.
This paste is a reply to Lisans from Alpha - go back
Embed
Viewing differences between Lisans and Re: Lisans
#!/bin/bash

#
# Licens Script By Alpha 
#

echo "Please enter your license key"
read pw

if  [$pw == "your password"]; then
echo "Login successful"
else
echo "Login Failed"