diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-03-14 00:35:20 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-03-14 00:35:20 +0200 |
commit | 42b51a8fefb308a47840e3dae30c92eb6a39c95a (patch) | |
tree | cbc49901fbf8b3f4a39f82db8aac9c2eeb2c82c7 /lib/_ak_script | |
parent | 6499b247cdc080015d9bb6fe313aa5e8ee4ebacd (diff) | |
download | arching-kaos-tools-42b51a8fefb308a47840e3dae30c92eb6a39c95a.tar.gz arching-kaos-tools-42b51a8fefb308a47840e3dae30c92eb6a39c95a.tar.bz2 arching-kaos-tools-42b51a8fefb308a47840e3dae30c92eb6a39c95a.zip |
Small update in structure of things
Diffstat (limited to 'lib/_ak_script')
-rwxr-xr-x | lib/_ak_script | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/_ak_script b/lib/_ak_script index 8640e18..b0a0785 100755 --- a/lib/_ak_script +++ b/lib/_ak_script @@ -218,7 +218,3 @@ function _ak_countdown_seconds(){ sleep 1 printf "\n" } - -function _ak_datetime_unix(){ - date -u +%s | tr -d '\n' -} |