summaryrefslogtreecommitdiff
path: root/bin/guiscripts/herbimisu
blob: 267c189899ad2038ee29523586345eb09311f108 (plain)
1
2
3
4
5
6
7
#!/bin/sh
IFS=' '
tiramisu -o "#summary #body" |
    while read -r summary body 
    do 
        herbe "$summary" "$body" 
    done