#!/bin/bash

bc -l <<EOF | bc2demon5.pl >e700.1000.asc
scale=1000
e(700)
EOF

bc -l <<EOF | bc2demon5.pl >e700.2000.asc
scale=2000
e(700)
EOF

bc -l <<EOF | bc2demon5.pl >e700.350.asc
scale=350
e(700)
EOF

