scripts : use /usr/bin/env in shebang

This commit is contained in:
Kevin Ji 2023-09-22 20:38:47 -07:00 committed by GitHub
parent bc9d3e3971
commit ee5ddbad4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/env python3 #!/usr/bin/env python3
import os import os
import hashlib import hashlib