Merge pull request #24 from leemgs/patch-1

updated launch.sh to introduce shebang
This commit is contained in:
Brendan Dolan-Gavitt 2022-08-13 11:52:00 -04:00 committed by GitHub
commit 9d27a0ca92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Read in config.env file; error if not found # Read in config.env file; error if not found
if [ ! -f config.env ]; then if [ ! -f config.env ]; then