From a18063bb9a0bd8281298116cd8ab615036019b2d Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 24 Mar 2019 07:43:41 +0800 Subject: [PATCH] Update linux.md --- linux.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linux.md b/linux.md index a6a947f51..82cd89acc 100644 --- a/linux.md +++ b/linux.md @@ -13,4 +13,7 @@ title: Linux username ALL=(ALL) NOPASSWD:/sbin/restart whatever ### Answer yes in a bash script - yes | /your/command \ No newline at end of file + +```bash +yes | /your/command +```