Add empty lines after shebangs

This commit is contained in:
Joscha 2024-05-11 16:00:08 +02:00
parent a4d9855f50
commit 766a36426b
4 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import argparse import argparse
import base64 import base64
import datetime import datetime

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
mkdir -p target/ mkdir -p target/
cargo sqlx database drop -y cargo sqlx database drop -y
cargo sqlx database setup cargo sqlx database setup

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
mkdir -p target/ mkdir -p target/
cargo sqlx database drop -y cargo sqlx database drop -y
cargo sqlx database setup cargo sqlx database setup

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
curl 'https://raw.githubusercontent.com/leeoniya/uPlot/master/dist/uPlot.d.ts' -o scripts/uPlot.d.ts curl 'https://raw.githubusercontent.com/leeoniya/uPlot/master/dist/uPlot.d.ts' -o scripts/uPlot.d.ts
curl 'https://raw.githubusercontent.com/leeoniya/uPlot/master/dist/uPlot.esm.js' -o scripts/uPlot.js curl 'https://raw.githubusercontent.com/leeoniya/uPlot/master/dist/uPlot.esm.js' -o scripts/uPlot.js
curl 'https://raw.githubusercontent.com/leeoniya/uPlot/master/dist/uPlot.min.css' -o static/uPlot.css curl 'https://raw.githubusercontent.com/leeoniya/uPlot/master/dist/uPlot.min.css' -o static/uPlot.css