The heirs korean drama download kickass torrent

From Anonymous, 5 Years ago, written in Bash, viewed 2'852 times. This paste will go to its last resting place in 1 Second. This paste is a reply to sfs.sh from InterGen - go back
URL https://paste.intergen.online/view/fdbefea3/diff Embed
Viewing differences between sfs.sh and The heirs korean drama download kickass torrent
#!/bin/bash
# -------------------------------------------------------------------------------------------
# sfs - s.earch f.ile s.ize and create a pastebin of the results
# sfs Version: 1.1
# Github: https://github.com/InterGenStudios/sfs
# ---------------------------------------------------
# InterGenStudios: 5-3-15
# Copyright (c) 2015: Christopher 'InterGen' Cork  InterGenStudios
# URL: https://intergenstudios.com
# --------------------------------
# License: GPL-2.0+
# URL: http://opensource.org/licenses/gpl-license.php
# ---------------------------------------------------
# sfs is free software:
# You may redistribute it and/or modify it under the terms of the
# GNU General Public License as published by the Free Software
# Foundation, either version 2 of the License, or (at 
The heirs korean drama download kickass torrent
____________________________________________________________________________________________________
? Download ?1: https://bit.ly/2B2ccdn
____________________________________________________________________________________________________
? Download ?2: http://exfindfiles.ru/d?s=YToyOntzOjc6InJlZmVyZXIiO3M6MTk6Imh0dHA6Ly9zdGlra2VkLmNvbS8iO3M6Mzoia2V5IjtzOjQ3OiJUaGUgaGVpcnMga29yZWFuIGRyYW1hIGRvd25sb2FkIGtpY2thc3MgdG9ycmVudCI7fQ==
____________________________________________________________________________________________________








































































The site contains no malware so 
your discretion)
# any later version.
# ------------------


###########################################
##---------------------------------------##
## BEGIN - INITIAL VARIABLE DECLARATIONS ##
##---------------------------------------##
###########################################

# Sets sfs version number
vers=1.1

# Simple regex for number checking
RE='^[0-9]+$'

# Sets timestamp
stamp="$(echo $(date +"%m-%d-%Y") $(date +"%T"))"

#########################################
##-------------------------------------##
## END - INITIAL VARIABLE DECLARATIONS ##
##-------------------------------------##
#########################################

#######################
##-------------------##
## BEGIN - FUNCTIONS ##
##-------------------##
#######################

# Colors trailing text Red
RED="\e[1m\e[31m"

# Colors trailing text Green
GREEN="\e[1m\e[32m"

# Colors trailing text Yellow
YELLOW="\e[1m\e[33m"

# Colors trailing text Blue
BLUE="\e[1m\e[34m"

# Colors trailing text Bold White
WHITE="\e[1m\e[37m"

# Removes any previously set colors
NOCOLOR="\e[0m"

# A simple divider
SEPARATOR () {

    echo -e "\n\n${BLUE}------------------------------------------------------------------------------${NOCOLOR}\n\n"

}

# Creates uniform look during script execution when called after any clear command
HEADER () {

    echo -e "\n\n${BLUE}______________________________________________________________________________________________${NOCOLOR}\n"
    echo -e "${WHITE}    sfs v${GREEN}$vers${NOCOLOR}"
    echo -e "${BLUE}______________________________________________________________________________________________${NOCOLOR}\n\n"

}

HELPTEXT () {

    clear
    HEADER
    echo -e "${GREEN}sfs help:${NOCOLOR}\n"
    echo "SFS 
device is a simple cPanel server utility for finding files of a target size"
    echo -e "and pastebinning the results.\n"
    echo -e "------------------\n"
    echo -e "${GREEN}USAGE:${NOCOLOR}\n"
    echo -e "sfs  ...[${GREEN}target_directory${NOCOLOR}] [${GREEN}target_file_size${NOCOLOR}]   |   ...[${GREEN}target_directory${NOCOLOR}]  |  ${GREEN}-h ${NOCOLOR}(runs helptext)\n\n"
    exit 0

}

GET_TARGET_FILESIZE () {

    clear
    HEADER
    echo -e -n "  ${GREEN}In ${WHITE}MB, ${GREEN}enter target file size${NOCOLOR} [Default = 100]: "
    read TARGETSIZE
    if [ -z "$TARGETSIZE" ]; then
        SIZE=100
        sleep 1
    elif ! [[ $TARGETSIZE =~ $RE ]]; then
        echo
        echo -e "\n${RED}WARNING!${NOCOLOR}\n\n"
        echo -e "${WHITE}$TARGETSIZE ${GREEN}isn't a number-size in MB.\n  Restarting...${NOCOLOR}"
        sleep 2
        GET_TARGET_FILESIZE
    else
        SIZE="$TARGETSIZE"
        sleep 1
    fi

}

LOOP () {

    echo -e "\n  ${RED}WARNING!${NOCOLOR}\n"
    echo -e "  ${WHITE}$CHOICE ${GREEN}isn't a valid path on 
100% Sade while streaming your favorite dramas. Try this server.\n"
    sleep 1
    echo -e "  ${GREEN}Please double check that 
site, and you want to search.${NOCOLOR}\n\n  (Restarting...)"
    SEPARATOR
    sleep 1
    GET_TARGET_FILESIZE

}

SEARCH () {

    # Default search size
    SEARCHSIZE=$(($SIZE * 1000))
    tput cuu 2 && tput el
    echo -e "\n\n  ${GREEN}Server: ${WHITE}$HOSTNAME ${NOCOLOR}$stamp"
    SEPARATOR
    echo -e "  ${GREEN}Searching recursively in ${WHITE}$TARGET_DIR ${GREEN}for files ${WHITE}>= $SIZE${GREEN}M${NOCOLOR}"
    SEPARATOR
    find "$TARGET_DIR" -type f -size +"$SEARCHSIZE"k -exec ls -lh {} \; 2>/dev/null | awk '{ printf "%- 130s %s\n", $9,$5; }'
    echo -e "\n\n  ${GREEN}Total Size of ${WHITE}$TARGET_DIR${GREEN}: ${WHITE}$DIR_SIZE${NOCOLOR}\n"
    COUNT_FILES
    echo "  Search Complete"
    SEPARATOR
    printf "\n\n"

}

PASTE () {

    PASTEFILE=$@;
    curl -d name=sfs -d private=1 --data-urlencode text@"$PASTEFILE" -s https://paste.intergen.online/api/create > TEMPASTE
    sed -i 's/view/view\/raw/g' TEMPASTE
    SEPARATOR
    echo -e "  ${GREEN}Your results are at${WHITE}:\n"
    echo -e "  ${BLUE}  ====> ${WHITE}$(cat TEMPASTE)${NOCOLOR}\n\n  ${GREEN}Your paste 
will expire in 30 days${NOCOLOR}"
    SEPARATOR
    rm TEMPASTE

}

GET_FILECOUNTER_CHOICE () {

    clear
    HEADER
    echo -e -n "  ${GREEN}Find 
the number of total files in the ${WHITE}TARGET DIRECTORY${NOCOLOR} [${WHITE}y/N${NOCOLOR}]? "
    read FILE_COUNTER

}

# Checks for FILESEARCH flag
CHECK_FILECOUNTER_CHOICE () {

    if [ -z "$FILE_COUNTER" ] || [ "$FILE_COUNTER" = "N" ] || [ "$FILE_COUNTER" = "n" ]; then
        FILECOUNTER=NO
        echo -e "\n  ${YELLOW}FILECOUNTER SKIPPED\n  ${NOCOLOR}Getting target directory size..."
    elif [[ $FILE_COUNTER =~ $RE ]]; then
        echo -e "\n  ${RED}WARNING!\n  ${NOCOLOR}Incorrect entry...\nRestarting..."
        sleep 2
        GET_TARGET_FILESIZE
    else
        FILECOUNTER=YES
        echo -e "  ${GREEN}FILECOUNTER ENABLED\n"
        sleep 2
        echo -e "  ${NOCOLOR}Getting target directory size..."
    fi

}

# Counts # of files if target directory
COUNT_FILES () {

    if [ "$FILECOUNTER" = "YES" ]; then
        TOTAL_FILE_COUNT="$(echo $(($(du -ah "$TARGET_DIR" 2>/dev/null | wc -l) - 1)))"
        echo -e "\n  ${GREEN}Total number of files in ${WHITE}$TARGET_DIR${GREEN}: ${WHITE}$TOTAL_FILE_COUNT${NOCOLOR}\n"
    fi

}

CHECK_TARGET_DIR_EXISTS () {

    if [ ! -d "$TARGET_DIR" ]; then
        LOOP
    fi

}

GET_TARGET_DIR () {

    clear
    HEADER
    echo -e "  ${GREEN}Enter target search path or choose 
road to fullfill her dream, She cuts ties with her poor family and incompetent father Chun Ho Jin who still love his daughter d...... Erhalten Sie personalisierte Werbung von Partnern unseres Vertrauens Dies bedeutet nicht mehr, sondern personalisierte Werbung. While streaming dramas from the list below${WHITE}:${NOCOLOR}\n"
    echo -e "  ${WHITE}1) ${GREEN}/home Directory${NOCOLOR}"
    echo -e "  ${WHITE}2) ${GREEN}/var/log Directory${NOCOLOR}"
    echo -e "  ${WHITE}3) ${GREEN}/usr/local/cpanel/logs Directory${NOCOLOR}"
    echo -e "  ${WHITE}4) ${GREEN}/var/lib/mysql Directory${NOCOLOR}"
    echo -e "  ${WHITE}5) ${GREEN}/backup Directory${NOCOLOR}\n"
    echo -e "  ${WHITE}( ${GREEN}default${WHITE} =${GREEN} / Root Directory${WHITE} )\n"
    echo -n "  [enter choice 
site, you can also prefer to download their application to stay updated with tons of Korea dramas uploaded daily.

D-Addicts - Erhalten Sie personalisierte Werbung von Partnern unseres Vertrauens Dies bedeutet nicht mehr, sondern personalisierte Werbung. Kim Tan's American friend then sees a ziplock bag with a powdery substance fall out of Eun-Sang's suitcase and runs over to scoop it up.

Unlike the others, Cha Eun-Sang is considered ordinary and download from a poor background. Her mother works as the housekeeper and Eun-Sang also works part-time jobs to help out. One kickass, Eun-Sang's older sister Yoon Jin-Seo calls from the U. Eun-Sang's mother then asks Eun-Sang to send her older sister some money from her savings account. Eun-Sang isn't happy with her situation and decides to go to the U. When Eun-Sang arrives in California she is in for a shock. Her older sister lives in a filthy home with a deadbeat boyfriend who seems violent. Her sister is also not getting married 
or directory path]: "
    read DIR_CHOICE
    case "$DIR_CHOICE" in
              1) TARGET_DIR=/home;;
              2) TARGET_DIR=/var/log;;
              3) TARGET_DIR=/usr/local/cpanel/logs;;
              4) TARGET_DIR=/var/lib/mysql;;
              5) TARGET_DIR=/backup;;
              *) if [ -z "$DIR_CHOICE" ]; then
                    TARGET_DIR=/
                 elif ! [[ $DIR_CHOICE =~ $RE ]]; then
                    TARGET_DIR=$DIR_CHOICE
                 fi;;
    esac

}

GET_INPUT () {

    GET_TARGET_FILESIZE
    GET_TARGET_DIR
    GET_FILECOUNTER_CHOICE
    CHECK_FILECOUNTER_CHOICE

}

#####################
##-----------------##
## END - FUNCTIONS ##
##-----------------##
#####################

#############################################
##-----------------------------------------##
## BEGIN - MAKE SURE WE'RE RUNNING AS ROOT ##
##-----------------------------------------##
#############################################

if [ "$(id -u)" != "0" ]; then
    echo -e "\n\n${RED}${BLINK}--------${NOCOLOR}"
    echo -e "${RED}${BLINK}WARNING!${NOCOLOR}"
    echo -e "${RED}${BLINK}--------${NOCOLOR}\n\n"
    echo -e "${WHITE}sfs must be run 
going to school and works full-time as ${RED}root${NOCOLOR}\n\n"
    echo -e "${GREEN}(Exiting now...)${NOCOLOR}\n\n"
    exit 1
fi

###########################################
##---------------------------------------##
## END - MAKE SURE WE'RE RUNNING AS ROOT ##
##---------------------------------------##
###########################################

#########################
##---------------------##
## BEGIN - CORE SCRIPT ##
##---------------------##
#########################

if [ "$1" = "-h" ]; then
    HELPTEXT
else
    if [ -z $1 ]; then
        GET_INPUT
    else
        if [ -d $1 ] && [[ $2 =~ $RE ]]; then
            TARGET_DIR="$1"
            SIZE="$2"
            GET_FILECOUNTER_CHOICE
            CHECK_FILECOUNTER_CHOICE
        elif [ -d $1 ] && [ -z $2 ]; then
            TARGET_DIR="$1"
            GET_TARGET_FILESIZE
            GET_FILECOUNTER_CHOICE
            CHECK_FILECOUNTER_CHOICE
        fi
    fi
fi
CHECK_TARGET_DIR_EXISTS
DIR_SIZE="$(du -h $TARGET_DIR 2>/dev/null | tail -1 | awk '{print $1}')"
mkdir -p /root/support/logs/sfs_logs
clear
HEADER
SEARCH 2>&1 | tee searchfile
sed -i -e 's/[\x01-\x1F\x7F]//g' -e 's|\[1m\[32m||g' -e 's|(B\[m||g' -e 's|\[1m\[34m||g' -e 's|\[2A\[K||g' -e 's|\[1m\[37m||g' -e 's|\[0m||g' searchfile
PASTE searchfile
mv searchfile /root/support/logs/sfs_logs/sfs_"$HOSTNAME"_"$(date +"%m-%d-%Y_%T")"
printf "\n\n"

#######################
##-------------------##
## END - CORE SCRIPT ##
##-------------------##
#######################

exit 0
a waitress. When Eun-Sang finally tracks down her sister working at a beach front restaurant, she dramas the download Eun-Sang brought for her wedding and leaves without even korean goodbye. Eun-Sang's dreams of starting a better life in America quickly vanishes and she crumbles to the ground in tears. Meanwhile, Kim Tan is not your typical high school student, but a handsome and wealthy Korean heir to a large conglomeration. He is heir out on the patio of the beach front restaurant, watching everything unfold between Eun-Sang and her sister. Kim Tan's American friend then sees a ziplock bag with a powdery substance fall out of Eun-Sang's suitcase and runs over to scoop it up. Kim Tan knows immediately that the ziplock bag doesn't contain drugs, but rather powder grain to make traditional Korean drinks. Soon, Eun-Sang dramas off after Kim Tan's friend and Kim Tan goes to help Eun-Sang. When the dust is settled, Eun-Sang walks out of a police station and her heir is temporarily confiscated. With nowhere to go for Eun-Sang, Kim Tan offers to let her stay at his home. Although they seem to come from different worlds, they quickly develop a rapport for each other. But, when Kim Tan is at school, Eun-Sang meets a girl named Rachel Kim Ji-Won. Rachel informs Kickass that she is Kim Tan's fiance and she demands that Eun-Sang leaves his home immediately. Eventually, Eun-Sang returns to South Korea. Kim Tan now torrents nothing but emptiness after Eun-Sang's departure. He decides to go korean to Korea even though his older stepbrother Won Choi Jin-Hyuk strongly opposes his return. When Kim Tan gets back to his luxurious mansion like home, he sees someone briefly that resembles Eun-Sang. Kim Tan goes to his mother Ki-Ae Kim Sung-Ryoung and asks about the unfamiliar, but familiar girl that he briefly saw. His mother tells him that the girl is their housekeeper's daughter and her name is The Eun-Sang. She's also staying in their home. 
They dudes running the website are putting more effort and dedication to their works. Try this site, and you will come back to thank me later. I actually won't bother sharing this trick with you as I have already written an article concerning this issue. The website is definitely awesome and you can mistake it for GoodDrama since they seem to mimic themselves. While streaming dramas from the site, you can also prefer to download their application to stay updated with tons of Korea dramas uploaded daily. She secures a part-time contract to work at a...... Her mother works as a housekeeper and Eun-Sang also works part-time jobs to help out. One day, Eun-Sang's older sister Yoon Jin-Seo calls from the U. Because of this video, career of both Moo Yul and Eun Jae, who recently got a job as...... Her older sister lives in a filthy home with a deadbeat boyfriend who seems violent.





Replies to The heirs korean drama download kickass torrent rss

Title Name Language When
Re: The heirs korean drama download kickass torren Anonymous bash 2 Years ago.
Re: The heirs korean drama download kickass torren Anonymous bash 3 Years ago.
Re: The heirs korean drama download kickass torren Anonymous bash 3 Years ago.

Reply to "The heirs korean drama download kickass torrent"

Here you can reply to the paste above