From becc97b7190afb6cb172e27a4182fdfdcda06a27 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Wed, 18 Apr 2012 10:21:10 -0700 Subject: [PATCH] Make main.py, worker.py executable --- main.py | 2 +- worker.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 main.py mode change 100644 => 100755 worker.py diff --git a/main.py b/main.py old mode 100644 new mode 100755 index b8a0af2..7c5c766 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # cuburn, one of a surprisingly large number of ports of the fractal flame # algorithm to NVIDIA GPUs. diff --git a/worker.py b/worker.py old mode 100644 new mode 100755