diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-02 16:51:24 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-02 16:51:24 +0200 |
commit | 17838e31561ee8ed2c1c44b03f0129406753e62d (patch) | |
tree | 3f3914faa11f7dfcc929f1901a56b6ed59fd1934 /.local/bin/status/sb-clock | |
parent | up (diff) | |
download | dotfiles-bsd-17838e31561ee8ed2c1c44b03f0129406753e62d.tar.gz dotfiles-bsd-17838e31561ee8ed2c1c44b03f0129406753e62d.tar.bz2 dotfiles-bsd-17838e31561ee8ed2c1c44b03f0129406753e62d.tar.xz dotfiles-bsd-17838e31561ee8ed2c1c44b03f0129406753e62d.tar.zst dotfiles-bsd-17838e31561ee8ed2c1c44b03f0129406753e62d.zip |
up
Diffstat (limited to '.local/bin/status/sb-clock')
-rwxr-xr-x | .local/bin/status/sb-clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/status/sb-clock b/.local/bin/status/sb-clock index 6313e49..faecfc0 100755 --- a/.local/bin/status/sb-clock +++ b/.local/bin/status/sb-clock @@ -1,4 +1,4 @@ -#!/usr/local/bin/dash +#!/bin/sh clock=$(date '+%I') |