Run external script
This commit is contained in:
parent
62364fea54
commit
6395eb2f43
2 changed files with 9 additions and 7 deletions
8
thumbnails/generate_thumbnails.tup
Executable file
8
thumbnails/generate_thumbnails.tup
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
for i in *.raw; do
|
||||
echo ": $i |> !tup_preserve |>"
|
||||
echo ": $i |> cp %f %o |> %B.thumbnail"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue