Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- ####################################
- #
- # START
- # g0ne_@p0stal <v1ral_ITS>
- # ImPerialTeKSolutions@outlook.com
- #
- ####################################
- clear
- echo " # # "
- echo " ################ ####"
- echo " ################ ####"
- echo " ################ ##"
- echo " #"
- echo " #################"
- echo " ####################"
- echo " ####################"
- echo " ## #"
- echo " ##"
- echo " #"
- echo " #### ## "
- echo " #### ###### "
- echo " ## ######## "
- echo " # #### #"
- echo " # #### #"
- echo " # #### ##"
- echo " # #### ## "
- echo " ######## ####"
- echo " #####"
- echo " v1ral_ITS"
- echo " https://pastebin.com/u/v1ral_ITS"
- echo " ImPerialTeKSolutions@outlook.com"
- sleep 2
- read its_file < <( echo $* )
- read its__size_command < <( ls -la -S -h $its_file | awk '{print $5}' )
- read its_owner_command < <( ls -la -S -h $its_file | awk '{print $3}' )
- echo "-------------------------------------------------------------"
- echo File = $*
- echo Owner = $its_owner_command
- echo Size = $its__size_command
- echo "-------------------------------------------------------------"
- sleep 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement