expresso have a new path

This commit is contained in:
painpain@minty
2026-02-02 19:16:45 +01:00
parent c011873c8e
commit f2e84d62ec
+2 -2
View File
@@ -1,8 +1,8 @@
#!/bin/bash
expresso ()
{
DIR="$HOME/perso/thm/interets/jeux/poker";
HISTORY="expresso_history.md";
DIR="$HOME/perso/jeux/holdem/";
HISTORY="historique.md";
SCRIPT=expresso_stat.sh;
TAIL=${1:-1000};
vim + $DIR/$HISTORY;