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

6 lines
193 B
PowerShell

if (-not ([string]::IsNullOrEmpty($env:REDDIT_TOKEN)))
{
Copy-Item .\\bdfr\\default_config.cfg .\\test_config.cfg
Write-Output "`nuser_token = $env:REDDIT_TOKEN" >> ./test_config.cfg
}