mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04: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
|