1
0
Fork 0
mirror of synced 2024-04-30 02:12:39 +12:00
bulk-downloader-for-reddit/devscripts/configure.sh
2021-05-15 13:11:01 +03:00

5 lines
150 B
Bash
Executable file

if [ ! -z "$REDDIT_TOKEN" ]
then
cp ./bdfr/default_config.cfg ./test_config.cfg
echo -e "\nuser_token = $REDDIT_TOKEN" >> ./test_config.cfg
fi