mirror of
https://github.com/ctm/executor.git
synced 2024-11-23 05:33:16 +00:00
7 lines
441 B
Bash
Executable File
7 lines
441 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find /ardi/executor/src -type f -name '*.[chm]' -print | xargs co -l -f -q
|
|
find /ardi/executor/src -type f -name '*.[chm]' -print | xargs /ardi/executor/util/uncruft.pl
|
|
find /ardi/executor/src -type f -name '*.[chm]' -exec /ardi/executor/util/temp-hack.sh /ardi/executor/util/uncopyright.pl '{}' ';'
|
|
find /ardi/executor/src -type f -name '*.[cm]' -exec /ardi/executor/util/temp-hack.sh /ardi/executor/util/commonify.pl '{}' ';'
|