diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-15 00:48:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-15 00:48:09 +0200 |
commit | 32d6ff62288b4fdca9842467b0e88a035b70a6fa (patch) | |
tree | 6f3a3057c3365e09aef0fb60e5fc96540f3a75f7 /doc/rat-cursors/get-hotspot | |
parent | update todo (diff) | |
download | mds-32d6ff62288b4fdca9842467b0e88a035b70a6fa.tar.gz mds-32d6ff62288b4fdca9842467b0e88a035b70a6fa.tar.bz2 mds-32d6ff62288b4fdca9842467b0e88a035b70a6fa.tar.xz |
doc: do not use X in icons + m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/rat-cursors/get-hotspot')
-rwxr-xr-x | doc/rat-cursors/get-hotspot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rat-cursors/get-hotspot b/doc/rat-cursors/get-hotspot index bc6cc96..592affd 100755 --- a/doc/rat-cursors/get-hotspot +++ b/doc/rat-cursors/get-hotspot @@ -2,8 +2,8 @@ data="$(cat)" -y=$(echo "${data}" | grep -n @ | cut -d : -f 1) -x=$(echo "${data}" | grep -n @ | cut -d : -f 2 | sed 's/ /\n/g' | grep -n @ | cut -d : -f 1) +y=$(echo "${data}" | grep -n O | cut -d : -f 1) +x=$(echo "${data}" | grep -n O | cut -d : -f 2 | sed 's/ /\n/g' | grep -n O | cut -d : -f 1) echo x: $(expr $x - 1) echo y: $(expr $y - 1) |