scripts/README.md

235 B

scripts

Random scripts for different tasks

Configuration

If the script provides any configuration, make a copy of .env.dist file to .env and edit configuration there.

cd some_script
cp .env.dist .env
nano .env