commit db04bf4f16717539c6c31c20d3b25a8651afd829 parent 9025ffe41a54831fbc6134108cf77b3225623531 Author: Cem Keylan <cem@ckyln.com> Date: Fri, 17 Apr 2020 00:55:00 +0300 yaic: remove errexit Diffstat:
M | yaic | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaic b/yaic @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh # yaic: Yet another ii client. # Cem Keylan