updated readme equivalence example

This commit is contained in:
rexy712 2018-04-28 20:56:51 -07:00
parent e3e1408c10
commit 5cfcf558ff

2
README
View File

@ -1,2 +1,2 @@
this program does the same thing as this: this program does the same thing as this:
xrandr --props | awk '$2 ~ /^connected/ {printf $1 ":";getline;getline;while($2 == ""){printf $1;getline;};printf "\n";}' xrandr --props | awk '$2 ~ /connected/ {printf $1 ":";getline;getline;while($2 == ""){printf $1;getline;};printf "\n";}'