aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-11-05 01:45:49 +0100
committerneodarz <neodarz@neodarz.net>2017-11-05 01:45:49 +0100
commite24718601a4075da4740a34579f21d5abc78f686 (patch)
treed0831dbf597cc0c5f30db30f87ca994d14eda5fe /scripts
parent9fa2106b3fc2a2dbe3eeadfb8e635af2dd821b82 (diff)
downloaddotfiles_ascii-e24718601a4075da4740a34579f21d5abc78f686.tar.xz
dotfiles_ascii-e24718601a4075da4740a34579f21d5abc78f686.zip
Ultra simple shell script for get linux error code
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.scripts/linux_system_error_list.sh4
1 files changed, 4 insertions, 0 deletions
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