diff options
Diffstat (limited to 'en/concerts.sh')
| -rw-r--r-- | en/concerts.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/en/concerts.sh b/en/concerts.sh index 01fc56c..50537c1 100644 --- a/en/concerts.sh +++ b/en/concerts.sh @@ -1,3 +1,13 @@ +add-concerts () +{ + local concerts_src=$(dirname "${input}")/concerts.in + + sed -i \ + -e /'{CONCERTS}'/'r '<(./build-concerts.py "${concerts_src}") \ + -e /'{CONCERTS}'/'c\' \ + $1 +} + title=Concerts stylesheets=concerts transforms=("$(transform-li-current-a concerts)") |
