aboutsummaryrefslogtreecommitdiff
path: root/bin/termux-file-editor
diff options
context:
space:
mode:
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