diff options
author | neodarz <neodarz@neodarz.net> | 2017-11-05 01:45:49 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-11-05 01:45:49 +0100 |
commit | e24718601a4075da4740a34579f21d5abc78f686 (patch) | |
tree | d0831dbf597cc0c5f30db30f87ca994d14eda5fe /scripts | |
parent | 9fa2106b3fc2a2dbe3eeadfb8e635af2dd821b82 (diff) | |
download | dotfiles_ascii-e24718601a4075da4740a34579f21d5abc78f686.tar.xz dotfiles_ascii-e24718601a4075da4740a34579f21d5abc78f686.zip |
Ultra simple shell script for get linux error code
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/.scripts/linux_system_error_list.sh | 4 |
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 |