Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # ABC=$(pwd)
- # echo $ABC
- for line in $(cat adresy.txt); do
- linkedin-scraper $line
- if [ $? == 0 ]; then
- echo $line | php ...;
- else
- echo $line > chyby.txt
- fi
- echo $line
- done
Advertisement
Add Comment
Please, Sign In to add comment