From c2c1277623646eb3ac8dc07d005ccc01daf39d66 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 23 Jul 2020 11:45:57 -0700 Subject: [PATCH] report current branch --- radmin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radmin b/radmin index 0bd9a6b..bbf32fc 100755 --- a/radmin +++ b/radmin @@ -132,6 +132,8 @@ do echo echo " Reflector Administration, Version #200723" echo + git status | head -1 + echo echo "ls : List the configuration file" echo "cl : Clean (remove) compiled objects and executables" echo "gp : Pull the latest software from the repo"