changeset 8309:b9ced0a7783a

<izabera> ` printf \'#!/bin/bash\\ndeclare {{a..h},{j..t}}="$((i++))" letters=({{a..h},{j..t}}); while read -r; do echo "${letters[18-${REPLY:0:1}]}$((20-${REPLY:1}))"; done\\n\' > bin/mirrorgo
author HackBot
date Fri, 03 Jun 2016 17:28:15 +0000
parents 7129d07f2b8b
children 7daec0fb3dd2
files bin/mirrorgo
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/mirrorgo	Fri Jun 03 17:28:15 2016 +0000
@@ -0,0 +1,2 @@
+#!/bin/bash
+declare {{a..h},{j..t}}="$((i++))" letters=({{a..h},{j..t}}); while read -r; do echo "${letters[18-${REPLY:0:1}]}$((20-${REPLY:1}))"; done