* More debugging.
This commit is contained in:
@@ -5,6 +5,13 @@ env
|
||||
sleep 3
|
||||
|
||||
touch $out
|
||||
echo CAT1
|
||||
cat $inputs
|
||||
echo CAT2
|
||||
echo -n $(cat $inputs)$text
|
||||
echo CAT3
|
||||
|
||||
|
||||
# Use `>>'; without proper locking this will cause text duplication.
|
||||
echo -n $(cat $inputs)$text >> $out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user