This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
miklo
/
TiddlyWiki5
kopia lustrzana
https://github.com/miklobit/TiddlyWiki5
Obserwuj
1
Polub
0
Forkuj
You've already forked TiddlyWiki5
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
4e0aea288d
TiddlyWiki5
/
bin
/
clean.sh
6 wiersze
99 B
Bash
Czysty
Zwykły widok
Historia
Unescape
Escape
Add clean.sh for removing build output We use a regex to delete all files in `./editions/*/output/*`
2015-10-22 21:46:47 +00:00
#!/bin/bash
# Remove any output files
Fix clean.sh Was ignoring editions with numerals in pathname
2016-01-03 18:02:49 +00:00
find . -regex
"^./editions/[a-z0-9\.-]*/output/.*"
-delete