From 271623e990fd61cc8483d451232be24654278279 Mon Sep 17 00:00:00 2001 From: "Christian P. V. Christoffersen" <88783438+br-cpvc@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:36:31 +0200 Subject: [PATCH] added random_cmd.sh --- random_cmd.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 random_cmd.sh diff --git a/random_cmd.sh b/random_cmd.sh new file mode 100755 index 0000000..e3dc052 --- /dev/null +++ b/random_cmd.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +dirs="/usr/bin/ /bin" +man -f $(ls $dirs | shuf | head -n1)