From 731d98260eb8486951801af4f4385e7b0c6f5910 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 27 Nov 2014 14:59:37 +0900 Subject: [PATCH] Add utility variable __ln and __cr --- shrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shrc b/shrc index 7eed94e..3b1ce7e 100755 --- a/shrc +++ b/shrc @@ -25,6 +25,8 @@ __match(){ expr "$1" : ".*$2.*" >/dev/null } +__ln=$'\n' +__cr=$'\r' ################################# # profile-like setups