mirror of
https://github.com/danielepintore/os-configurer.git
synced 2026-06-15 20:25:13 +02:00
fix: run -l command now shows all runs
This commit is contained in:
3
run
3
run
@@ -58,7 +58,8 @@ while [[ $# -gt 0 ]]; do
|
||||
elif [[ "$1" == "-l" ]]; then
|
||||
debug "Printing all scripts"
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
log `find $script_dir/runs -mindepth 2 -maxdepth 2 -executable | sort`
|
||||
debug $script_dir
|
||||
log "$(find $script_dir/runs -mindepth 2 -maxdepth 2 -executable | sort)"
|
||||
exit 0
|
||||
else
|
||||
filter="$1"
|
||||
|
||||
Reference in New Issue
Block a user