Skip to content

tmg2html in localupdate.sh #95

Description

@yakra

Once the symbolic link to the tmg2html executable is in place, how would I want to include tmg2html in localupdate.sh?

Would I want to change:

if [ "$graphflag"!="-k" ];then
mv $tmwebbase/$graphdir$tmpdir/$datestr
mv $datestr/$graphdir$tmwebbase
fi

to something like this?

if [ "$graphflag"!="-k" ];then
graphs="ls "$datestr/$graphdir"/*.tmg"forgin$graphsdo
tmg2html $g$g".html"done
mv $tmwebbase/$graphdir$tmpdir/$datestr
mv $datestr/$graphdir$tmwebbasefi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions