# linkroots
::run test ! -d scratch
::run mkdir scratch
::sleep 1
:{write scratch/photopubrc
albumlinkroot album
standard scratch/album.thtml
title Test1
:}
:{write scratch/album.thtml
$title
:}
:{init
:{albumhtml album=/all style=/standard
Test1
:}
:}
::run rm scratch/*
::run rmdir scratch