mirror of
https://github.com/haileys/bark
synced 2024-11-13 23:37:08 +00:00
6 lines
83 B
Bash
Executable file
6 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")/.."
|
|
|
|
rm -rf dist
|
|
script/pkg-arch
|