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 +```