1
0
Fork 0
mirror of synced 2024-05-16 18:22:42 +12:00
bulk-downloader-for-reddit/devscripts/configure.sh

5 lines
150 B
Bash
Raw Normal View History

2021-05-15 22:11:01 +12:00
if [ ! -z "$REDDIT_TOKEN" ]
then
cp ./bdfr/default_config.cfg ./test_config.cfg
echo -e "\nuser_token = $REDDIT_TOKEN" >> ./test_config.cfg
fi