commit 93b17391566b468f68ea285e582953d0606a5b2e
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2017-12-01T05:23:03Z |
| subject | Fixed wrong hashbang |
commit 93b17391566b468f68ea285e582953d0606a5b2e
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2017-12-01T05:23:03Z
Fixed wrong hashbang
---
python/reg-rename.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/reg-rename.py b/python/reg-rename.py
index 033db0c..873f3c9 100644
--- a/python/reg-rename.py
+++ b/python/reg-rename.py
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
import argparse, os, re, sys