songleash

generate chansons en laisse
git clone https://a3nm.net/git/songleash/
Log | Files | Refs

commit d5588480ad90a8076edb17997a42cb4415a3e74f
parent 32529efe519512a2872a244208ba1b6c0b68a48e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  4 Aug 2015 18:22:07 +0200

paste

Diffstat:
script.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/script.sh b/script.sh @@ -6,3 +6,7 @@ pv lexique.txt| ./only3.py > lexique3 cat lexique3 | ./graph.py > graph cat graph | ./cycle.py +# cat <(echo "digraph G {") <(sed 's/\([^ ]*\) \([^ ]*\) \(.*\)/\1 -> \2 +# [label="\3"]/g' graph) <(echo "}") | sed 's/#/_/g;s/8/W/g;s/\$/Y/g;s/)/X/g' > +# graph.dot +