BLACKSITE
:
216.73.216.212
:
91.108.106.18 / humsafarholiday.com
:
Linux in-mum-web1750.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
:
/
usr
/
share
/
awk
/
Upload File:
files >> //usr/share/awk/readfile.awk
# readfile.awk --- read an entire file at once # # Original idea by Denis Shirokov, cosmogen@gmail.com, April 2013 # function readfile(file, tmp, save_rs) { save_rs = RS RS = "^$" getline tmp < file close(file) RS = save_rs return tmp }