#!/usr/bin/bash


[ $# -eq 0 ] && cat /proc/bus/input/devices |grep -B5 -e js
[ $# -eq 1 ] && cat /proc/bus/input/devices |grep -B5 -e $1
