Skip to content

Commit

Permalink
Merge pull request #3 from Rayahhhmed/SC-2-clean-scraper-code
Browse files Browse the repository at this point in the history
removed the dummy html file
  • Loading branch information
Rayahhhmed authored Jan 4, 2024
2 parents 70859d4 + d9de508 commit 9a44098
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2,852 deletions.
8 changes: 8 additions & 0 deletions run.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
#!/bin/bash

if ! command -v cargo-watch &> /dev/null; then
echo "Error: cargo-watch is not installed. Please install it using 'cargo install cargo-watch'."
exit 1
fi

# Run cargo watch
cargo watch -q -c -w src/ -x 'run -q'
Loading

0 comments on commit 9a44098

Please sign in to comment.