summaryrefslogtreecommitdiffstats
path: root/test/repos/bom.sh
blob: e8642491a5ed6edf792bb1a6c85b48b3142a16f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
set -ex; rm -rf repo; mkdir repo; cd repo

git init

cat <<EOT >> windowslf.txt
asdf
asdf
EOT

unix2dos windowslf.txt

cat <<EOT >> linuxlf.txt
asdf
asdf
EOT

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