PATH:
usr
/
src
/
lsws
/
lsws-6.3.1
/
admin
/
misc
#!/bin/sh LEVEL=$1 FN=$2 FN_GZ="$FN.lsz" FN_GZL="$FN.lszl" FN_GZT="$FN.lszt" if [ -f $FN_GZL ] || [ -f $FN_GZT ] || [ -f $FN_GZ ]; then exit 0 fi touch $FN_GZL gzip -c -$LEVEL $FN > $FN_GZT if [ $? -eq 0 ]; then mv $FN_GZT $FN_GZ else rm $FN_GZT fi rm $FN_GZL exit 0
[-] cleancache.sh
[edit]
[-] cpanel_restart_httpd.in
[edit]
[-] cleanlitemage.sh
[edit]
[-] awstats_install.sh
[edit]
[-] lsup5.sh
[edit]
[-] lsws.rc
[edit]
[-] gzipStatic.sh
[edit]
[-] fp_install.sh
[edit]
[-] lsws.rc.in
[edit]
[-] create_admin_keypair.sh
[edit]
[-] lsup.sh
[edit]
[-] mgr_ver.sh
[edit]
[-] update.sh
[edit]
[-] htpasswd.php
[edit]
[-] lsup6.sh
[edit]
[-] php.ini
[edit]
[-] purge_cache_by_url
[edit]
[-] gdb-bt
[edit]
[-] ap_lsws.sh.in
[edit]
[-] rc-uninst.sh
[edit]
[-] lsws.rc.gentoo
[edit]
[-] fix_cagefs.sh
[edit]
[-] lsws.rc.gentoo.in
[edit]
[-] enable_ruby_python_selector.sh
[edit]
[-] genjCryptionKeyPair.php
[edit]
[-] lsup5v2.sh
[edit]
[-] rc-inst.sh
[edit]
[-] chroot.sh
[edit]
[-] RSAKeyImport.php
[edit]
[+]
..
[-] uninstall.sh
[edit]
[-] build_ap_wrapper.sh
[edit]
[-] lshttpd.service.in
[edit]
[-] lshttpd.service
[edit]
[-] cp_switch_ws.sh
[edit]
[-] admpass.sh
[edit]
[-] lscmctl
[edit]