diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-29 11:41:20 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-29 11:41:20 +0000 |
commit | fab529b1c0bc71fa4c904e7a251038426f81369f (patch) | |
tree | a75317cae4dfab07e5042067d1246516f89a44c3 /run.sh | |
parent | first commit (diff) | |
download | devourer-fab529b1c0bc71fa4c904e7a251038426f81369f.tar.gz devourer-fab529b1c0bc71fa4c904e7a251038426f81369f.zip |
no need for externally getting the links. devourer can do that on its own now. using poetry now. added a dockerfile.
Diffstat (limited to '')
-rwxr-xr-x | run.sh | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |