fix: _brightness.sh - find brighness files with '*video*' path (multiple files)
[cmdllinux.git] / buildroot / _pkg / ___createlink.sh
blob1857c8bcb3641e84ae212c8d821350fe168286f2
1 mkdir .local
2 ls */info | xargs grep "^NAME=" | sed -e 's%/info:NAME=% .local/%' -e 's%.*%../&%' | while read target link; do ln -sf $target $link; done