Une version rudimentaire de Slay The Spire dans le terminal - retour accueil
git clone git://bebou.netlib.re/sts-term
Log | Files | Refs | README |
commit 0591669ee4ca8de4ad5cc8d8f47a4e418c60a08c parent d8d621d1121b47339142a99ee6b061c9f4b28d79 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 20 Jun 2024 16:01:12 +0200 Ajout bash dans cartes qu'on ne peut pas trouver Diffstat:
M | utils | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils b/utils @@ -196,7 +196,7 @@ _shufflediscard() { _choosecard() { find bdd/cards -type f | - grep -Ev '(strike|defend)$' | + grep -Ev '(strike|defend|bash)$' | head -n3 | xargs -n1 basename | fzy |