1
0
Fork 0
mirror of synced 2024-05-20 04:02:36 +12:00
bulk-downloader-for-reddit/devscripts/configure.sh

7 lines
161 B
Bash
Raw Normal View History

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