BLACKSITE
:
216.73.217.100
:
145.79.28.181 / decorwithbalajifurniture.in
:
Linux my-kul-web2051.main-hosting.eu 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64
:
/
lib
/
rpm
/
Upload File:
files >> //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