aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar UENISHI Kota <uenishi@nautilus-technologies.com> 2017-08-14 15:00:24 +0900
committerGravatar UENISHI Kota <uenishi@nautilus-technologies.com> 2017-08-14 15:00:24 +0900
commit6aff2c035a51d9991ccd3bc125f956630d3d12ec (patch)
tree458e2cbf6b2ee5031ad20c5870e37adcbdcaeda8
parentb135c93067da071d8cfc67f40108b6ecb7fb642b (diff)
downloadkawaii-term-6aff2c035a51d9991ccd3bc125f956630d3d12ec.tar.gz
Use /usr/bin/env instead of full path in shebangs
-rwxr-xr-xbin/clear2
-rwxr-xr-xbin/explosion2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/clear b/bin/clear
index 624d665..7f35ff2 100755
--- a/bin/clear
+++ b/bin/clear
@@ -1,4 +1,4 @@
-#! /usr/bin/python3
+#! /usr/bin/env python3
import os
import time
HOME = os.environ['HOME']
diff --git a/bin/explosion b/bin/explosion
index 8a9aff1..8eb7270 100755
--- a/bin/explosion
+++ b/bin/explosion
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import os
import sys
import glob