You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tools: ts_uinput_start.sh: Remove unnecessary ls call
There was unnecessary call to "ls". ts_uinput output can be grepped
directly for 'event' string, without creating additional variable.
Simplify "! -z" to "-n" as suggested by shellcheck.
Signed-off-by: Daniel Semkowicz <[email protected]>
0 commit comments