I have this code:
#!/bin/bash a="$1" awk "BEGIN { print $a }"
If I run the script like this:
script.sh &qu