[BACK]Return to bullet-points CVS log [TXT][DIR] Up to [contributed] / brogue-ce / tools

Annotation of brogue-ce/tools/bullet-points, Revision 1.1

1.1     ! rubenllo    1: #!/bin/bash
        !             2: set -euo pipefail
        !             3:
        !             4: for file in "$@"; do
        !             5:     echo '-'
        !             6:     sed -e 's/^/  /' < $file
        !             7: done

CVSweb