7 lines
138 B
Bash
Executable file
7 lines
138 B
Bash
Executable file
#!/bin/sh
|
|
export USER_ID=
|
|
export DL_PATH=
|
|
export DEST_PATH=
|
|
export AUTH_PATH=
|
|
export SKIP_DOWNLOADED=True
|
|
/bin/env python tidal_scrape.py
|