Merge pull request #40 from jakeisnt/patch-1

`project_setup.sh`: support more unix systems
This commit is contained in:
Nikolas 2023-04-17 01:05:16 +02:00 committed by GitHub
commit dbe087d208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/env bash #!/usr/bin/env bash
if [ "$#" -ne 1 ]; then if [ "$#" -ne 1 ]; then
PROJECT_NAME='Project' PROJECT_NAME='Project'