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

10 lines
111 B
Plaintext
Raw Normal View History

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