diff options
author | terminaldweller <thabogre@gmail.com> | 2021-03-31 17:25:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-03-31 17:25:35 +0000 |
commit | 5cd1e564f1f7603989007f4e16e50f8c84010360 (patch) | |
tree | f0890e9cbad5e64ddef82fdb8dff23b55f211463 /run.sh | |
parent | Initial commit (diff) | |
download | devourer-5cd1e564f1f7603989007f4e16e50f8c84010360.tar.gz devourer-5cd1e564f1f7603989007f4e16e50f8c84010360.zip |
first commit
Diffstat (limited to '')
-rwxr-xr-x | run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +sniff --src https://github.com/coinpride/CryptoList --url | ./main.py > out2.txt |