chkbit/scripts/run_test_prep
Christian Zangl 24b3a88576
fix status
2024-08-18 16:05:33 +02:00

14 lines
245 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 -type f | wc -l