diff options
Diffstat (limited to 'scripts/tx')
| -rwxr-xr-x | scripts/tx | 3 |
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" |
