BLACKSITE
:
216.73.216.61
:
93.127.173.14 / www.sunnymakeover.com
:
Linux in-mum-web1398.main-hosting.eu 4.18.0-553.107.1.lve.el8.x86_64 #1 SMP Tue Feb 24 21:12:31 UTC 2026 x86_64
:
/
lib
/
rpm
/
Upload File:
files >> //lib/rpm/scldeps.sh
#!/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