0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

fix: use correct shebang

This commit is contained in:
Sayafdine Said 2023-06-25 14:18:12 +02:00
parent c9e24e37d9
commit 81db5c3bf1
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -1,3 +1,3 @@
#!/usr/bin/env sh
#!/bin/sh
/usr/bin/env python3 "@script_path@" "$@"
env python3 "@script_path@" "$@"