Batch-fix python shebangs

master
Taeyeon Mori 8 years ago
parent 28d3051011
commit f8c789f34d
  1. 2
      bin/abs2
  2. 2
      bin/alsapiswitch
  3. 2
      bin/fileinterp.py
  4. 2
      bin/mpr
  5. 2
      bin/prepare_steam
  6. 2
      bin/sm-song-package
  7. 2
      bin/stayawake
  8. 2
      bin/videothumb
  9. 2
      bin/visualsleep
  10. 2
      bin/xconv
  11. 2
      lib/python/animeimport.py
  12. 2
      lib/python/vdfparser.py

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# (c) 2014 Taeyeon MORI
import os

@ -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

@ -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

@ -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

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# Use Steam with external HDDs
# (c) 2015 Taeyeon Mori CC-BY-SA

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# StepMania 5 Song package generator
# (c) 2015 Taeyeon Mori
#

@ -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

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# (c) 2013 MORI Taeyeon
# Create Video Thumbnails using FFmpeg

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from __future__ import print_function
import string

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
"""
xconv ffpmeg wrapper based on AdvancedAV
-----------------------------------------------------------

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# (c) 2015 Taeyeon Mori <orochimarufan.x3@gmail.com>
# Anime Import V2-4

@ -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

Loading…
Cancel
Save