sts-term

Une version rudimentaire de Slay The Spire dans le terminal - retour accueil

git clone git://bebou.netlib.re/sts-term
Log | Files | Refs | README |

playround (81B)


      1 #! /bin/sh
      2 
      3 find stack -type f |
      4 	xargs -n1 basename |
      5 	shuf |
      6 	head -n5 |
      7 	fzy
      8