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 |

pickrandom (71B)


      1 #! /bin/sh
      2 
      3 find bdd/"${1:?give location}" -type f |
      4 	shuf |
      5 	head -n1