diff options
author | Ben Sima <bsima@groq.com> | 2021-12-16 10:09:46 -0800 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2022-02-09 14:10:46 -0800 |
commit | 77501fc15ae6995564b24405657a69f22d60fcfd (patch) | |
tree | a4f12fca4a96f1a899ff911737a14ccf852bad80 | |
parent | 538a79edfb0e80fd3b686aabf16cd5ed57febcab (diff) |
specify python 3.6
-rwxr-xr-x | replace | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3.6 """ replace stuff in a file or files """ |