diff options
Diffstat (limited to 'run')
| -rwxr-xr-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ done log "$script_dir -- $filter" cd $script_dir -scripts="$(find ./runs -maxdepth 1 -mindepth 1 -perm +111 -type f)" +scripts="$(find ./runs -maxdepth 1 -mindepth 1 -executable -type f)" for script in $scripts; do if echo "$script" | grep -qv "$filter"; then log "filtering $script" |
