Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 379 Bytes

File metadata and controls

19 lines (11 loc) · 379 Bytes

Shell-Encrypt

Protect Your Script Source Codes

Supported Linux Distribution

*Centos

*Debian

*Ubuntu

Installation

Centos

yum install -y wget && wget -O Shell-Encrypt.sh https://git.io/fNdTb && chmod +x Shell-Encrypt.sh && ./Shell-Encrypt.sh

Debian/Ubuntu

wget -O Shell-Encrypt.sh https://git.io/fNdTb && chmod +x Shell-Encrypt.sh && ./Shell-Encrypt.sh