tup-recipes/thumbnails/Tupfile

8 lines
266 B
Plaintext
Raw Normal View History

2019-10-30 13:45:40 +01:00
: 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