From 3352a0cb8c67da3aff135ad7849b366d35bcd407 Mon Sep 17 00:00:00 2001 From: ioriveur <fivo.11235813@gmail.com> Date: Mon, 5 Jun 2017 21:07:03 +0900 Subject: [PATCH] change shebang of run_examples.sh to make the script to be ran on both Linux or BSD (#290) --- examples/run_examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_examples.sh b/examples/run_examples.sh index aae325c9..c6c62b3d 100755 --- a/examples/run_examples.sh +++ b/examples/run_examples.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash RED='\033[0;31m' GREEN='\033[0;32m' -- GitLab