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 #!/bin/bash
expresso () expresso ()
{ {
DIR="$HOME/perso/thm/interets/jeux/poker"; DIR="$HOME/perso/jeux/holdem/";
HISTORY="expresso_history.md"; HISTORY="historique.md";
SCRIPT=expresso_stat.sh; SCRIPT=expresso_stat.sh;
TAIL=${1:-1000}; TAIL=${1:-1000};
vim + $DIR/$HISTORY; vim + $DIR/$HISTORY;