aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate.sh
blob: a421a38ee872d71ff4ee64f9bfa3baf6c2090b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

#define parameters which are passed in.
SIZE=$1
URL=$2

#define the template.
cat  << EOF
---
pageurl: $URL
size: $SIZE
---
EOF