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
5bb8155422
TiddlyWiki5
/
bin
/
clean.sh
6 lines
89 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 It was missing the output of the `zh-Hans` edition previously
2023-04-10 20:03:26 +00:00
find . -regex
"^./editions/.*/output/.*"
-delete
Reference in New Issue
Copy Permalink