You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ncdns-repro/projects/dnssec-hsts/build

9 lines
232 B
Bash

#!/bin/bash
[% c("var/set_default_env") -%]
tar xvf [% project %]-[% c('version') %].tar.gz
cd [% project %]-[% c('version') %]
[% c('zip', {
zip_src => [ '.' ],
zip_args => dest_dir _ '/' _ c('filename'),
}) %]