aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2025-08-15 22:33:03 +0500
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2025-08-15 22:33:03 +0500
commit362b2c978923b52e15153e2dc4af2408d04de291 (patch)
tree32fd86b4e472d8e112941393a9b4a2402c81a01c
parenteae7b1268b1dc9cf756990b58f868142f3fe0b72 (diff)
bot: Remove update.zshv2025.815.0-release
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
-rwxr-xr-xupdate.zsh14
1 files changed, 0 insertions, 14 deletions
diff --git a/update.zsh b/update.zsh
deleted file mode 100755
index 61da864..0000000
--- a/update.zsh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env zsh
-#
-# Copyright (C) 2024-2025 Maria Lisina
-# Copyright (C) 2024-2025 Danil Lisin
-# SPDX-License-Identifier: Apache-2.0
-
-for shorts in $(find users -type d -name shorts)
-do
- for short in $(ls -1tr "${shorts}")
- do
- short_query="$(< "${shorts}/${short}")"
- mv -v "${shorts}/${short}" "${shorts}/$(sha1sum <<< "${short_query}" | cut -d ' ' -f 1)"
- done
-done