1
0
Fork 0
mirror of synced 2024-06-02 18:34:37 +12:00
bulk-downloader-for-reddit/devscripts/configure.sh
2023-03-08 06:45:47 -05:00

8 lines
174 B
Bash
Executable file

#!/bin/bash
if [ -n "$REDDIT_TOKEN" ]
then
cp ./bdfr/default_config.cfg ./tests/test_config.cfg
echo -e "\nuser_token = $REDDIT_TOKEN" >> ./tests/test_config.cfg
fi