8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
|
: asset.raw |> !tup_preserve |>
|
||
|
: asset.raw |> cp %f %o |> asset.thumbnail
|
||
|
|
||
|
# tup error: Unable to create output file 'asset.thumbnail' because it is
|
||
|
# already owned by command 16.
|
||
|
#: foreach *.raw |> !tup_preserve |>
|
||
|
#: foreach *.raw |> cp %f %o |> asset.thumbnail
|