Deprecated-Unsupported/Python Projects/MiniRoll/resources/cgi-bin/listOnLeftTheme.cgi
2021-02-18 17:45:52 -06:00

10 lines
114 B
Bash
Executable File

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