summaryrefslogtreecommitdiff
path: root/scheme/score.py
diff options
context:
space:
mode:
authorPiotr Bartoszewicz <piotrek15.pb@gmail.com>2025-06-08 10:04:59 +0200
committerPiotr Bartoszewicz <piotrek15.pb@gmail.com>2025-06-08 10:04:59 +0200
commit4892446e572fdee164f60cd55665e9737becbfa6 (patch)
tree37240aeb246fa70a4aceb470b6010d98e7133c4d /scheme/score.py
parentschemes: fix preexisting schemes (diff)
downloadcaelestia-cli-4892446e572fdee164f60cd55665e9737becbfa6.tar.gz
caelestia-cli-4892446e572fdee164f60cd55665e9737becbfa6.tar.bz2
caelestia-cli-4892446e572fdee164f60cd55665e9737becbfa6.zip
fix: hardcoded interpreter paths
Diffstat (limited to 'scheme/score.py')
-rwxr-xr-xscheme/score.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme/score.py b/scheme/score.py
index 92ebbb7..18ddc21 100755
--- a/scheme/score.py
+++ b/scheme/score.py
@@ -1,4 +1,4 @@
-#!/bin/python
+#!/usr/bin/env python
import sys