Use same env-based shebang in every script.

This commit is contained in:
Andreas Ländle 2024-12-15 08:08:42 +01:00
parent 92ad25f55b
commit b869f7bf03
2 changed files with 2 additions and 2 deletions

2
check
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Convenience script for checking constraints locally

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Convenience script for checking constraints locally