aboutsummaryrefslogtreecommitdiff
path: root/modules/time
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-21 19:32:48 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-10-21 19:32:48 +0100
commit7026bc81aa89be2c6b998f39e258366b32c18cb0 (patch)
treea79c8774830009a8c676baf688df73b37d0bfffe /modules/time
parent04c033a5e846918d80bee68c65935c319d809f9d (diff)
Renamed functions inside modules to get_functionname
Diffstat (limited to 'modules/time')
-rw-r--r--modules/time4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/time b/modules/time
index 2551229..dfd2400 100644
--- a/modules/time
+++ b/modules/time
@@ -4,9 +4,9 @@
PREFIX=' '
-time()
+get_time()
{
echo "$PREFIX$(date '+%H:%M')"
}
-time
+get_time