Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeL-TaiseiOzaki
/
Repository_Scaner
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DeL-TaiseiOzaki
commited on
Dec 22, 2024
Commit
f81a94c
·
verified
·
1 Parent(s):
fe73e05
Delete scan.sh
Browse files
Files changed (1)
hide
show
scan.sh
+0
-8
scan.sh
DELETED
Viewed
@@ -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"