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

10 lines
111 B
Bash
Executable File

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