Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit c97e034

Browse files
committed
Add essential files
1 parent 27f0cc9 commit c97e034

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

mk/qpyc3/bin/bend.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/system/bin/sh
2+
echo ""
3+
echo "#[QPython] Press enter to exit ..."
4+
echo ""
5+
6+
while read inputline
7+
do
8+
exit
9+
done

mk/qpyc3/bin/send.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/system/bin/sh
2+
echo ""
3+
echo "#[QPython] The terminal will be closed in 3 seconds ..."
4+
echo ""
5+
6+
sleep 3
7+
exit

0 commit comments

Comments
 (0)