mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf build
|
|
rm -rf *.app
|
|
rm -rf YACReader-*
|
|
rm -rf *.dmg
|