make progress report on a separate line to avoid fighting with command for current line.
This commit is contained in:
parent
155027fc9b
commit
669b9ac56a
2 changed files with 7 additions and 2 deletions
2
package/deploy
Normal file → Executable file
2
package/deploy
Normal file → Executable file
|
@ -2,5 +2,7 @@
|
|||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
rm -fr release/tmp
|
||||
./release/package
|
||||
rm -fr aur/tmp
|
||||
./aur/package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue