From e24718601a4075da4740a34579f21d5abc78f686 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 5 Nov 2017 01:45:49 +0100 Subject: Ultra simple shell script for get linux error code --- scripts/.scripts/linux_system_error_list.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/.scripts/linux_system_error_list.sh (limited to 'scripts') diff --git a/scripts/.scripts/linux_system_error_list.sh b/scripts/.scripts/linux_system_error_list.sh new file mode 100755 index 0000000..4b980d7 --- /dev/null +++ b/scripts/.scripts/linux_system_error_list.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cat /usr/include/asm-generic/errno-base.h +cat /usr/include/asm-generic/errno.h -- cgit v1.2.1