1#!/usr/bin/bash 2git clone --depth=1 https://github.com/nu11secur1ty/Kali-Linux.git 3cd Kali-Linux 4git sparse-checkout set SMSend-Anon-SMS-Sender 5git sparse-checkout set --no-cone SMSend-Anon-SMS-Sender 6exit 0; 7 8