Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 4bcc9bd

Browse files
committed
New fct: App_random_6
Signed-off-by: Pascal Andy <pascalandy@users.noreply.github.com>
1 parent 62badc1 commit 4bcc9bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/templates.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ function passgen {
44
docker run --rm devmtl/alpine:3.11_2020-02-26_08H42s20_dec5798 sh "random7.sh"
55
}
66

7+
function App_random_6 {
8+
openssl rand -hex 3
9+
}
10+
711
function array {
812
arr=( "Hello" "Mr Andy" )
913
for i in "${arr[@]}"; do

0 commit comments

Comments
 (0)