summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorLeonard Pollak <leonardp@tr-host.de>2021-10-27 07:53:02 +0200
committerGitHub <noreply@github.com>2021-10-26 22:53:02 -0700
commitdb3d5562e723a6d2e4efd190bd3f1360126f5b10 (patch)
treecc3fc963a99dfabc59ca01ebf64994b79970404f /demo
parent9248ed7426e24443b42438797adcfa6d4714efe8 (diff)
downloadnng-db3d5562e723a6d2e4efd190bd3f1360126f5b10.tar.gz
nng-db3d5562e723a6d2e4efd190bd3f1360126f5b10.tar.bz2
nng-db3d5562e723a6d2e4efd190bd3f1360126f5b10.zip
Use env shebangs everywhere (#1515)
Change all shebangs to use '#!/usr/bin/env bash'. This increases portability to platforms which do not cohere to the FHS.
Diffstat (limited to 'demo')
-rwxr-xr-xdemo/async/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/async/run.sh b/demo/async/run.sh
index 856fea9f..b5128eb0 100755
--- a/demo/async/run.sh
+++ b/demo/async/run.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
ADDR=ipc:///tmp/async_demo
COUNT=10