mirror of
https://git.nolog.cz/NoLog.cz/nginx-configurator.git
synced 2025-01-31 03:43:35 +01:00
3 lines
No EOL
65 B
Bash
3 lines
No EOL
65 B
Bash
#!/bin/bash
|
|
echo "Formatting all python files with Black"
|
|
black . |