diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2019-10-11 19:10:06 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2019-10-11 19:10:06 -0700 |
| commit | b85371a5bad023015f71ee25994ebfe5d6e2bc8d (patch) | |
| tree | 94769f68584459d75158f2eaa5d3c99e73df222f /scripts/done.sh | |
| parent | 07b1e2e3f2dc186a4f53323c345b2f3a1cab6593 (diff) | |
| download | isort-b85371a5bad023015f71ee25994ebfe5d6e2bc8d.tar.gz | |
Add new scripts to eventually replace .env
Diffstat (limited to 'scripts/done.sh')
| -rw-r--r-- | scripts/done.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/done.sh b/scripts/done.sh new file mode 100644 index 00000000..d5dba124 --- /dev/null +++ b/scripts/done.sh @@ -0,0 +1,4 @@ +#!/bin/bash -xe + +./scripts/clean.sh +./scripts/test.sh |
