From 5e2ebda430569624c5f34115ca8e45a1633dd3cf Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 13 Jul 2016 22:06:01 +0300 Subject: split .bashrc into multiple files --- .bashrc_netwrix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .bashrc_netwrix (limited to '.bashrc_netwrix') diff --git a/.bashrc_netwrix b/.bashrc_netwrix new file mode 100644 index 0000000..0a8a2a4 --- /dev/null +++ b/.bashrc_netwrix @@ -0,0 +1,18 @@ +nwx_host=172.28.10.2 +nwx_dev2=172.28.19.60 +nwx_dev3=172.28.19.61 + +lint_webapi() ( + set -o errexit + + local root_dir='/cygdrive/c/Netwrix Auditor/CurrentVersion-AuditCore-Dev/AuditCore/Sources' + + cd "$root_dir/Configuration" + doslint WebAPI*.acinc WebAPI*.acconf + + cd "$root_dir/Subsystems/PublicAPI" + local path + find . -type f -\( -iname '*.cpp' -o -iname '*.h' -\) | while read -r path ; do + doslint "$path" + done +) -- cgit v1.2.3