This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
TiddlyWiki5
Watch
1
Star
0
Fork
0
You've already forked TiddlyWiki5
mirror of
https://github.com/Jermolene/TiddlyWiki5
synced
2024-10-31 23:26:18 +00:00
Code
Issues
Releases
Wiki
Activity
c4b39af052
TiddlyWiki5
/
bin
/
clean.sh
6 lines
99 B
Bash
Raw
Normal View
History
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
Reference in New Issue
Copy Permalink