From: Oleg Broytman Date: Thu, 14 Jun 2007 10:37:08 +0000 (+0000) Subject: /usr/bin/env python X-Git-Tag: v4.0.0~51 X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=commitdiff_plain;h=e48f3cad2c1f9770f0bf96dfcf09098cd57f359b /usr/bin/env python git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@17 143022c7-580b-0410-bae3-87f2bf5d3141 --- diff --git a/find_oldest.py b/find_oldest.py index df79432..5394370 100755 --- a/find_oldest.py +++ b/find_oldest.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """Count shown files; display the date of oldest file This file is a part of XSetBg. diff --git a/print-filename.py b/print-filename.py index a710a93..7a5f754 100755 --- a/print-filename.py +++ b/print-filename.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """Print background filename Print the filename of the current or previous background image. diff --git a/print_all.py b/print_all.py index 19d5a94..8c17b57 100755 --- a/print_all.py +++ b/print_all.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """Print shown files sorted by date This file is a part of XSetBg. diff --git a/xsetbg.py b/xsetbg.py index e3f3365..c2b9948 100755 --- a/xsetbg.py +++ b/xsetbg.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """Set a random background image (XWin) Select a random image from a (list of) directory(s)