From df8d0eebf6ae91fc8aac97b37e1a3feb2e776927 Mon Sep 17 00:00:00 2001 From: Josua Krause Date: Sun, 31 May 2015 19:19:25 -0400 Subject: [PATCH] updating shebang --- call.sh | 2 +- feature_extraction/{extract.md => readme.md} | 0 full_deploy.sh | 2 +- open_url.sh | 2 +- setup.sh | 2 +- start.sh | 2 +- test/local.sh | 2 +- test/run.sh | 2 +- 8 files changed, 7 insertions(+), 7 deletions(-) rename feature_extraction/{extract.md => readme.md} (100%) diff --git a/call.sh b/call.sh index 9567c2e..470cccb 100755 --- a/call.sh +++ b/call.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash root=`dirname "$0"` venv="${root}/.venv" venv_activate="${venv}/bin/activate" diff --git a/feature_extraction/extract.md b/feature_extraction/readme.md similarity index 100% rename from feature_extraction/extract.md rename to feature_extraction/readme.md diff --git a/full_deploy.sh b/full_deploy.sh index 292a181..5b8abbb 100755 --- a/full_deploy.sh +++ b/full_deploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # @author Joschi # created 2015-02-27 10:39 diff --git a/open_url.sh b/open_url.sh index c25014d..6ab7fd0 100755 --- a/open_url.sh +++ b/open_url.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # @author Joschi # created 2015-02-17 14:26 diff --git a/setup.sh b/setup.sh index 0a96d88..7f7a1f6 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # @author Joschi # created 2015-02-16 09:00 diff --git a/start.sh b/start.sh index 06dc26b..de9491b 100755 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # @author Joschi # created 2015-02-16 14:00 diff --git a/test/local.sh b/test/local.sh index 22a287b..8ba2dd7 100755 --- a/test/local.sh +++ b/test/local.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # @author Joschi # created 2015-05-13 11:11 diff --git a/test/run.sh b/test/run.sh index cc97ade..60d83f6 100755 --- a/test/run.sh +++ b/test/run.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # @author Joschi # created 2015-04-26 23:11