fecb65c53a
Linting run through various things. Mostly markdownlint.
7 lines
161 B
Bash
Executable File
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 |