mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
Update build.sh
This commit is contained in:
parent
87daaf6a40
commit
101ae0a361
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
ARG=${1:-'--confirm'}
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
|
||||
# Clean-up from last build
|
||||
|
|
Loading…
Reference in a new issue