logo

utils

Old programs, got split in utils-std and utils-extra git clone https://hacktivis.me/git/utils.git
commit: 190470f7129b4d3d40f09473215cd11f5fc383c7
parent a53d2a21217033ee83313803152202a95b90bf18
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 24 Sep 2023 17:12:52 +0200

stat_{a,m}time: Remove, unused

Diffstat:

Dtest-cmd/stat_atime8--------
Dtest-cmd/stat_mtime8--------
2 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/test-cmd/stat_atime b/test-cmd/stat_atime @@ -1,8 +0,0 @@ -#!/bin/sh -# SPDX-FileCopyrightText: 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> -# SPDX-License-Identifier: MPL-2.0 -case "$(uname -s)" in - FreeBSD) stat -f%Sa -t'%F %T%z' "$@" ;; - *BSD) stat -f%Sa -t'%F %T.%f%z' "$@" ;; - *) stat -c%x "$@" ;; -esac diff --git a/test-cmd/stat_mtime b/test-cmd/stat_mtime @@ -1,8 +0,0 @@ -#!/bin/sh -# SPDX-FileCopyrightText: 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> -# SPDX-License-Identifier: MPL-2.0 -case "$(uname -s)" in - FreeBSD) stat -f%Sm -t'%F %T%z' "$@" ;; - *BSD) stat -f%Sm -t'%F %T.%f%z' "$@" ;; - *) stat -c%y "$@" ;; -esac