We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f0cc9 commit c97e034Copy full SHA for c97e034
2 files changed
mk/qpyc3/bin/bend.sh
@@ -0,0 +1,9 @@
1
+#!/system/bin/sh
2
+echo ""
3
+echo "#[QPython] Press enter to exit ..."
4
5
+
6
+while read inputline
7
+do
8
+exit
9
+done
mk/qpyc3/bin/send.sh
@@ -0,0 +1,7 @@
+echo "#[QPython] The terminal will be closed in 3 seconds ..."
+sleep 3
0 commit comments