mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-03-15 10:46:35 -04:00
13 lines
254 B
Bash
Executable File
13 lines
254 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf ./export/*.pdf
|
|
rm -rf ./export/*.html
|
|
rm -rf ./export/*.odt
|
|
rm -rf ./export/*.minisig
|
|
rm -rf ./export/*.asc
|
|
rm -rf ./export/*sha256sum*
|
|
rm -rf ./export/*b2sum*
|
|
rm -rf ./export/*
|
|
rm -rf ./*.md.asc
|
|
rm -rf ./*.txt.asc
|
|
true "OK"
|