Deprecated-Unsupported/Python Projects/other/MiniRoll/resources/cgi-bin/gridTheme.cgi

10 lines
107 B
Bash
Executable File

#!/bin/bash
. lastSearch.cgi
main()
{
cat ../themes/"Grid List.css" > ../themes/bodyCss.css
check
}
main