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

10 lines
107 B
Plaintext
Raw Normal View History

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