From 339a6cee79ef142c076374c99e515bfd86f97b0f Mon Sep 17 00:00:00 2001 From: javl Date: Fri, 4 Apr 2014 12:41:03 +0200 Subject: [PATCH] Changed path and permission so you can run update with ./update-projects.py --- update-projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 update-projects.py diff --git a/update-projects.py b/update-projects.py old mode 100644 new mode 100755 index 1f44536..16b34a6 --- a/update-projects.py +++ b/update-projects.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python import glob, re, shutil, fileinput, os