repo.or.cz
/
opeanno-debian-packaging.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Better Patch for Configfile handling
[opeanno-debian-packaging.git]
/
development
/
rm_saves.sh
blob
32ea7af71d39e46dfed61f27b5e826fb1ac2fefc
1
#!/bin/bash
2
3
find
"content/save"
-type
f
-name
\
*
.sqlite
-exec
rm
"{}"
\
;