~dricottone/my-utils

ref: 330d00717dc2d3f79860a72999250f9b764b65a7 my-utils/core/test_init.sh -rwxr-xr-x 275 bytes
330d0071Dominic Ricottone Refactored archive logic 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