chkbit/scripts/run_test_prep
2024-08-16 16:00:48 +02:00

14 lines
237 B
Bash
Executable File

#!/bin/bash
export TZ='UTC'
root="/tmp/chkbit"
go run scripts/run_test_prep.go
cd $root/root
mv $root/root/people $root/people
ln -s ../people people
ln -s ../../people/face/office-door.pdf day/friend/office-door.pdf
find -L | wc -l