Misc bash scripts improvements

This commit is contained in:
JustArchi
2019-02-19 00:59:26 +01:00
parent 6822bf6942
commit 5f14684d37
6 changed files with 12 additions and 12 deletions

4
cc.sh
View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -eu
#!/usr/bin/env bash
set -euo pipefail
TARGET_FRAMEWORK="netcoreapp2.2"