summaryrefslogtreecommitdiffstats
path: root/test/repos/bom.sh
blob: 9599f80e6753ae112b0fc9317bbdf248c8f797d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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