rm: old file

This commit is contained in:
Jamie Albert
2025-11-13 19:54:20 +00:00
parent c0c183749c
commit b8b2bb75ba

View File

@@ -1,18 +0,0 @@
#!/usr/bin/env bash
# ---
# @file_name: kitty_send.sh
# @version: 1.0.0
# @description: handles commands from kws alias
# @author: Jamie Albert (empty_produce)
# @author_contact: <mailto:empty.produce@flatmail.me>
# @license: GNU Affero General Public License v3.0 (Included in LICENSE)
# Copyright (C) 2025, Jamie Albert
# ---
main() {
stty -echo
exec "$@"
stty echo
}
main "$@"