From fb2d5a4048e1b2f8ab54b63fc0e7b3ac25cfe8c2 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Wed, 20 Dec 2023 11:14:36 -0600 Subject: [PATCH] updates --- gen_random.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_random.sh b/gen_random.sh index 279f127..5636a8b 100755 --- a/gen_random.sh +++ b/gen_random.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash random=`date | md5sum | awk '{print $1}' | cut -c 22-` # echo $random