expresso have a new path
This commit is contained in:
+2
-2
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user