1
0
Fork 0
mirror of synced 2024-05-08 22:32:37 +12:00
bulk-downloader-for-reddit/devscripts/configure.sh
OMEGARAZER fecb65c53a
Lint run
Linting run through various things. Mostly markdownlint.
2022-11-29 11:48:24 -05:00

7 lines
161 B
Bash
Executable file

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