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