added *.sh as possible targets for symlinking

This commit is contained in:
Philip Eisenlohr 2016-04-24 13:36:23 -05:00
parent 88548cbb87
commit 9abc0dbeeb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if not os.path.isdir(binDir):
#define ToDo list
processing_subDirs = ['pre','post','misc',]
processing_extensions = ['.py',]
processing_extensions = ['.py','.sh',]
for subDir in processing_subDirs:
theDir = os.path.abspath(os.path.join(baseDir,subDir))