#!/bin/bash if [ $# -ne 1 ]; then echo "Usage: ./scan.sh " exit 1 fi target_path="$1" python main.py "$target_path"