Skip to content

Commit

Permalink
added random_cmd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
br-cpvc committed Jun 16, 2022
1 parent a451d09 commit 271623e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions random_cmd.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
dirs="/usr/bin/ /bin"
man -f $(ls $dirs | shuf | head -n1)

0 comments on commit 271623e

Please sign in to comment.