Portable — Kissasean.sh

while getopts "n:s:h" opt; do case "$opt" in n) NETWORK=$OPTARG ;; s) SEARCH=$OPTARG ;; h) show_help; exit 0 ;; esac done

To run a .sh file, you typically need to give it execute permissions using the chmod command. For example: kissasean.sh

If someone sends you a file named kissasean.sh , check for these signs of malware: while getopts "n:s:h" opt; do case "$opt" in

A sample pseudo-code for such a script might look like: while getopts "n:s:h" opt