2024-08-15 23:30:29 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
export TZ='UTC'
|
2024-08-18 21:36:22 +02:00
|
|
|
test_dir="/tmp/chkbit"
|
2024-08-15 23:30:29 +02:00
|
|
|
|
|
|
|
go run scripts/run_test_prep.go
|
|
|
|
|
2024-08-18 21:36:22 +02:00
|
|
|
cd $test_dir/root
|
|
|
|
mv $test_dir/root/people $test_dir/people
|
2024-08-15 23:30:29 +02:00
|
|
|
ln -s ../people people
|
|
|
|
ln -s ../../people/face/office-door.pdf day/friend/office-door.pdf
|
|
|
|
|
2024-08-18 21:36:22 +02:00
|
|
|
|
2024-08-18 16:05:33 +02:00
|
|
|
find -L -type f | wc -l
|