uawdijnntqw1x1x1
IP : 216.73.216.11
Hostname : it-staging-server
Kernel : Linux it-staging-server 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
lib32
/
..
/
..
/
usr
/
share
/
gitweb
/
..
/
python-apt
/
..
/
python3
/
..
/
python-apt
/
..
/
awk
/
assert.awk
/
/
# assert --- assert that a condition is true. Otherwise, exit. # # Arnold Robbins, arnold@skeeve.com, Public Domain # May, 1993 function assert(condition, string) { if (! condition) { printf("%s:%d: assertion failed: %s\n", FILENAME, FNR, string) > "/dev/stderr" _assert_exit = 1 exit 1 } } END { if (_assert_exit) exit 1 }
/home/../lib32/../../usr/share/gitweb/../python-apt/../python3/../python-apt/../awk/assert.awk