Random scripts for different tasks
Find a file
2024-11-06 18:42:03 +00:00
postgresql_backup postgresql_backup. Using highest available level of compression. 2024-11-06 18:40:00 +00:00
.gitignore Adding .gitignore for .env files 2024-11-06 18:42:03 +00:00
LICENSE Initial commit 2024-11-06 17:49:43 +00:00
README.md Updating README.md on .env configurations 2024-11-06 17:59:12 +00:00

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