One Hat Cyber Team
Your IP :
18.219.92.7
Server IP :
104.21.16.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
proc
/
1716524
/
root
/
bin
/
Edit File:
sensible-pager
#!/bin/sh # Copyright 2007 Jari Aalto; Released under GNU GPL v2 or any later version # Prevent recursive loops, where these values are set to this script p="$(command -v "$0")" [ -n "$PAGER" ] && [ "$(command -v "$PAGER" || true)" = "$p" ] && PAGER= IsError() { # Operating system command not found [ "$1" -ne 126 ] && [ $1 -ne 127 ] } Run() { "$@" ret=$? IsError "$ret" } Run ${PAGER:-pager} "$@" || Run more "$@" || { echo "Couldn't find a pager!" 1>&2 echo "Set the \$PAGER environment variable to your desired pager." 1>&2 exit 1; } exit "$ret"
Simpan