10 lines
107 B
Bash
Executable File
10 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
. lastSearch.cgi
|
|
|
|
main()
|
|
{
|
|
cat ../themes/"Grid List.css" > ../themes/bodyCss.css
|
|
check
|
|
}
|
|
main
|