Skip to content

Commit 0cbd46b

Browse files
committed
Create rm-wap-for-store.sh
1 parent 0dd8e33 commit 0cbd46b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env sh
2+
# Usage: ./rm-wap-for-store.sh x.y.z.w
3+
[ "$#" -eq 1 ] || { echo "Usage: $0 x.y.z.w" >&2; exit 2; }
4+
v="$1"
5+
rm -rf -- "WapForStore_${v}_Test"
6+
rm -f -- "WapForStore_${v}_x86_x64_arm64_bundle.msixupload"

0 commit comments

Comments
 (0)