DeL-TaiseiOzaki commited on
Commit
f81a94c
·
verified ·
1 Parent(s): fe73e05

Delete scan.sh

Browse files
Files changed (1) hide show
  1. scan.sh +0 -8
scan.sh DELETED
@@ -1,8 +0,0 @@
1
- #!/bin/bash
2
- if [ $# -ne 1 ]; then
3
- echo "Usage: ./scan.sh <github_url or directory_path>"
4
- exit 1
5
- fi
6
-
7
- target_path="$1"
8
- python main.py "$target_path"