summaryrefslogtreecommitdiffstats
path: root/test/repos/bom.sh
blob: f198e8c296af5461a48d1d4362d0bc24c06b803e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
set -ex; rm -rf repo; mkdir repo; cd repo

git init

cat <<EOT >> bomtest.txt A,B,C,D,E
F,G,H,I,J
K,L,M,N,O
P,Q,R,S,T
U,V,W,X,Y
Z,1,2,3,4
EOT