Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

got error after executing the scrape.sh file. #4

Closed
shadmanhere opened this issue Oct 19, 2022 · 2 comments
Closed

got error after executing the scrape.sh file. #4

shadmanhere opened this issue Oct 19, 2022 · 2 comments

Comments

@shadmanhere
Copy link

After running the scrape.sh everything works fine until we reach jsonize.sh.
I got this error
./jsonize.sh: 3: Syntax error: redirection unexpected
I didn't get this error when I manually executed the same command,

cat 05_final_repos.csv | \
    ./jsonize.sh | \
    tac | \
    sed '2s/,//' | \
    tac > 06_repos.json

The OS I used is ubuntu on wsl.

@voscarmv
Copy link
Owner

@shadmanhere please run it on gitpod

@voscarmv
Copy link
Owner

Also, please run some unit tests on the change you made to jsonize.sh before running the script and uploading the main list used by issue-finder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants