summaryrefslogtreecommitdiff
path: root/scripts/tx
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-11 18:25:38 +0530
committerryukamish <[email protected]>2026-04-11 18:25:38 +0530
commitb3474e85dcce03e7de0b4a4e30ff7fad1f38ee26 (patch)
treebcfe42ad76a825c283eec653140ab4052f0b3017 /scripts/tx
parent607891801fbf2051a0c9062d15a445dd238c1e1b (diff)
add: small bash scripts for added functionality
Diffstat (limited to 'scripts/tx')
-rwxr-xr-xscripts/tx3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/tx b/scripts/tx
new file mode 100755
index 0000000..c21969b
--- /dev/null
+++ b/scripts/tx
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+touch "$1" && chmod +x "$1"