nix-super/tests/locking.builder.sh

11 lines
171 B
Bash
Raw Normal View History

export PATH=/bin:/usr/bin:$PATH
2005-09-13 16:17:14 +03:00
env
sleep 3
touch $out
# Use `>>'; without proper locking this will cause text duplication.
echo -n $(cat $inputs)$text >> $out
sleep 2