~dricottone/my-utils

ref: 633a26b0bbebe61da21f82abef4d3d35351c88c5 my-utils/core/test_init.sh -rwxr-xr-x 275 bytes
633a26b0Dominic Ricottone Moving gitstat into public repo 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# create and move into temp directory
mkdir test
cd test

# debom target
printf "\xEF\xBB\xBFfoo bar\n" > debom_target.txt

# rebom target
printf "foo bar\n" > rebom_target.txt

# ctdir targets
mkdir ctdir
touch ctdir/{a,b,c,d,e}.txt
touch ctdir/.{f,g,h,i,j}.txt