aboutsummaryrefslogtreecommitdiff
path: root/bin/termux-file-editor
diff options
context:
space:
mode:
authorVikas Kushwaha <dev@vikas.rocks>2024-11-21 13:51:06 +0530
committerVikas Kushwaha <dev@vikas.rocks>2024-11-21 13:51:06 +0530
commit3d1ead045a6e53cc4625750b57d61f38f7cdad90 (patch)
tree75c7ce08962ade4f536fd35f59dc6e3d20ff4bc6 /bin/termux-file-editor
Initial commitHEADmaster
Diffstat (limited to 'bin/termux-file-editor')
-rwxr-xr-xbin/termux-file-editor8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/termux-file-editor b/bin/termux-file-editor
new file mode 100755
index 0000000..3edb40e
--- /dev/null
+++ b/bin/termux-file-editor
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+. ~/.profile
+
+fsend "$@"
+
+printf "Press Enter to continue..."
+read -r ans