/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if [ -z "$1" ]; then # No command-line arguments. else # First command-line argument is $1. fi