index
:
scripts.git
master
Miscellaneous scripts and script ideas
ダカマ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scriptlets
/
extractfiles.sh
blob: 826310394974b18756be23a04ba11ecd7592d178 (
plain
)
1
2
3
#!/bin/bash
find
$
(
pwd
)
-type
f
-exec
mv
'{}'
. \
;