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

10 lines
114 B
Plaintext
Raw Normal View History

2021-02-18 23:45:52 +00:00
#!/bin/bash
. lastSearch.cgi
main()
{
cat ../themes/"List On The Left.css" > ../themes/bodyCss.css
check
}
main