You could do it like this way: #!/bin/bash URLTOSEARCH="$1" FILENAME="npmrc" # you have to give an url # so the search can begin if [ -z "$URLTOSEARCH" ]; ...
確定! 回上一頁