From fab529b1c0bc71fa4c904e7a251038426f81369f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 29 Jul 2021 16:11:20 +0430 Subject: no need for externally getting the links. devourer can do that on its own now. using poetry now. added a dockerfile. --- run.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index 6037b8d..f3f73d7 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,7 @@ -#!/usr/bin/env zsh +#!/usr/bin/env sh +set -e +set -x -sniff --src https://github.com/coinpride/CryptoList --url | ./main.py > out2.txt +# sniff --src https://github.com/coinpride/CryptoList --url | ./main.py > out2.txt +./main.py --source https://github.com/coinpride/CryptoList > out.txt +# cat out2.txt| pico2wave --wave=out2.wav -- cgit v1.2.3