bash script killx
#/bin/bash # Script for killinx X System id=`ps aux | grep "Xorg" | head -n1 | sed "s/ */ /g" | cut -d' ' -f2` Kill $id