~dricottone/my-utils

ref: f6232fc54d726bd833ef93af792aa6c9a2db1633 my-utils/core/test_init.sh -rwxr-xr-x 275 bytes
f6232fc5Dominic Ricottone Full support of age encryption 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