~dricottone/my-utils

ref: c198ef1e2669c126601a2f41c5e7fac3af76d30f my-utils/core/test_init.sh -rwxr-xr-x 275 bytes
c198ef1eDominic Ricottone Fix quiet option on whiched and whichvi 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