improve shell scripts and update .gitignore

This commit is contained in:
zapashcanon 2019-04-24 01:55:05 +02:00
parent 33b1f37e37
commit eee6f2de31
No known key found for this signature in database
GPG key ID: 8981C3C62D1D28F1
8 changed files with 93 additions and 73 deletions

View file

@ -1,4 +1,6 @@
#!/bin/bash -e
#!/bin/sh
set -eu
PREFIX=$(basename "$(pwd -P)")
{