mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 18:27:07 +00:00
10 lines
361 B
Bash
10 lines
361 B
Bash
#!/bin/bash
|
|
cd /etc/csf
|
|
rm -Rf /home/webumake/public_html/nytpro*
|
|
/usr/local/cpanel/3rdparty/bin/perl -d:NYTProf /etc/csf/csf.pl -r
|
|
/usr/local/cpanel/3rdparty/perl/522/bin/nytprofhtml --open
|
|
/bin/cp -avf nytprof /home/webumake/public_html/.
|
|
chmod -R 755 /home/webumake/public_html/nytprof
|
|
|
|
# browse to http://www.webumake.net/nytprof/etc-csf-csf-pl-1-line.html
|