aboutsummaryrefslogtreecommitdiff
path: root/.scripts/know
diff options
context:
space:
mode:
authorMarvin Borner2020-05-09 19:49:39 +0200
committerMarvin Borner2020-05-09 19:49:39 +0200
commitb4a60eda63bbf005343f0714c3968d2238ac8613 (patch)
tree95a2be0b2a7b1f03690307712ef57481d6e25ef2 /.scripts/know
parent90af86b114f094ad4031e1488bc3f79c438f40ad (diff)
Added random manpage script
Diffstat (limited to '.scripts/know')
-rwxr-xr-x.scripts/know3
1 files changed, 3 insertions, 0 deletions
diff --git a/.scripts/know b/.scripts/know
new file mode 100755
index 0000000..8fbe45a
--- /dev/null
+++ b/.scripts/know
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+man -l "$(find /usr/share/man/man1/ -type f | shuf -n 1)"