diff --git a/bin/abs2 b/bin/abs2 index 6eba9cd..ad49405 100755 --- a/bin/abs2 +++ b/bin/abs2 @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # (c) 2014 Taeyeon MORI import os diff --git a/bin/alsapiswitch b/bin/alsapiswitch index ce92316..39fa1fa 100755 --- a/bin/alsapiswitch +++ b/bin/alsapiswitch @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # (c) 2015 Taeyeon Mori # Easily toggle the IEC958 In Phase Inverse of an ALSA card # Useful for looping back audio from a PS3 through a CMedia card with IEC958-In diff --git a/bin/fileinterp.py b/bin/fileinterp.py index 1619e63..b1022fc 100755 --- a/bin/fileinterp.py +++ b/bin/fileinterp.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # (c) 2015 Taeyeon Mori # execute a python file as if the lines were entered into an interactive prompt diff --git a/bin/mpr b/bin/mpr index b169067..7f39891 100755 --- a/bin/mpr +++ b/bin/mpr @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # Use ncmpcpp to play and control a mpd-httpd stream while still being able to control the local volume # (c) 2015 Taeyeon Mori # requires Python 3.4 or higher diff --git a/bin/prepare_steam b/bin/prepare_steam index 2c11e80..a6cb98c 100755 --- a/bin/prepare_steam +++ b/bin/prepare_steam @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # Use Steam with external HDDs # (c) 2015 Taeyeon Mori CC-BY-SA diff --git a/bin/sm-song-package b/bin/sm-song-package index 834f239..06acea1 100755 --- a/bin/sm-song-package +++ b/bin/sm-song-package @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # StepMania 5 Song package generator # (c) 2015 Taeyeon Mori # diff --git a/bin/stayawake b/bin/stayawake index 059882e..204471d 100755 --- a/bin/stayawake +++ b/bin/stayawake @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # Sleep Timer for Aufio Books, inspired by some of the nice Android audiobook players # (c) 2015 by Taeyeon Mori diff --git a/bin/videothumb b/bin/videothumb index 8c833d6..7f5570c 100755 --- a/bin/videothumb +++ b/bin/videothumb @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # (c) 2013 MORI Taeyeon # Create Video Thumbnails using FFmpeg diff --git a/bin/visualsleep b/bin/visualsleep index c265851..9d19414 100755 --- a/bin/visualsleep +++ b/bin/visualsleep @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 from __future__ import print_function import string diff --git a/bin/xconv b/bin/xconv index 20bc45d..629c00a 100755 --- a/bin/xconv +++ b/bin/xconv @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """ xconv ffpmeg wrapper based on AdvancedAV ----------------------------------------------------------- diff --git a/lib/python/animeimport.py b/lib/python/animeimport.py index 20595b6..7865f25 100755 --- a/lib/python/animeimport.py +++ b/lib/python/animeimport.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # (c) 2015 Taeyeon Mori # Anime Import V2-4 diff --git a/lib/python/vdfparser.py b/lib/python/vdfparser.py index 0ce4a35..6336bf1 100644 --- a/lib/python/vdfparser.py +++ b/lib/python/vdfparser.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # Parse Steam/Source VDF Files # Reference: https://developer.valvesoftware.com/wiki/KeyValues#File_Format # (c) 2015 Taeyeon Mori; CC-BY-SA