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

10 lines
114 B
Bash
Executable File

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