diff options
author | Soispha <soispha@vhack.eu> | 2023-09-17 16:20:41 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-17 16:20:41 +0200 |
commit | c518d2ea53c4ccf26e00a28b48ca4f6077494860 (patch) | |
tree | ec909098a7515844237e69a35b318685fa0ee238 | |
parent | fix(hm/conf/nvim/plgs/nvim-lint): Remove shellcheck, as bash ls exits (diff) | |
download | nixos-config-c518d2ea53c4ccf26e00a28b48ca4f6077494860.tar.gz nixos-config-c518d2ea53c4ccf26e00a28b48ca4f6077494860.zip |
fix(hm/conf/firefox/scripts/unzip_mozl4): Change to correct shebang
Diffstat (limited to '')
-rwxr-xr-x | hm/soispha/conf/firefox/scripts/unzip_mozlz4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py b/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py index 311fd214..90dfdd29 100755 --- a/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py +++ b/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # source: https://unix.stackexchange.com/a/497861 # Command-line tool to decompress mozLz4 files used for example by Firefox to store various kinds of session backup information. # Works in both Python 2.7.15 and 3.6.7, as of version 2.1.6 of the LZ4 Python bindings at pypi.org/project/lz4. |