Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux server551.iseencloud.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
User : pbkvidya ( 2092)
PHP Version : 8.1.34
Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open
Directory :  /lib/rpm/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/rpm/scldeps.sh
#!/usr/bin/bash

# Read all the input!
cat > /dev/null

[ $# -ge 2 ] || {
    exit 0
}

option=$1
shift 1

case $option in
-P|--provides)
    echo -n "scl-package($1)"
    ;;
-R|--requires)
    for o in "$@"; do
        echo "$o"
    done
    ;;
esac
exit 0

Al-HUWAITI Shell