diff options
author | UENISHI Kota <uenishi@nautilus-technologies.com> | 2017-08-14 15:00:24 +0900 |
---|---|---|
committer | UENISHI Kota <uenishi@nautilus-technologies.com> | 2017-08-14 15:00:24 +0900 |
commit | 6aff2c035a51d9991ccd3bc125f956630d3d12ec (patch) | |
tree | 458e2cbf6b2ee5031ad20c5870e37adcbdcaeda8 /bin/clear | |
parent | b135c93067da071d8cfc67f40108b6ecb7fb642b (diff) | |
download | kawaii-term-6aff2c035a51d9991ccd3bc125f956630d3d12ec.tar.gz |
Use /usr/bin/env instead of full path in shebangs
Diffstat (limited to 'bin/clear')
-rwxr-xr-x | bin/clear | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#! /usr/bin/python3 +#! /usr/bin/env python3 import os import time HOME = os.environ['HOME'] |