From a66a4d17c6e2096423290edb528725beea7f2432 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 25 Nov 2024 16:30:00 -0800 Subject: [PATCH] chore: shebang -> /bin/sh, no bash features used --- app-proto/run-examples | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-proto/run-examples b/app-proto/run-examples index e079089..bc7e933 100755 --- a/app-proto/run-examples +++ b/app-proto/run-examples @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # run all Cargo examples, as described here: # @@ -8,4 +8,4 @@ cargo run --example irisawa-hexlet cargo run --example three-spheres -cargo run --example point-on-sphere \ No newline at end of file +cargo run --example point-on-sphere