configure.sh 150 B

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