Skip to content

Commit

Permalink
Use usleep for float seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed Jul 30, 2022
1 parent 305db14 commit f440010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/acc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ edit() {
e) ACT=EDIT; print_ext_app e ;;
v) ACT=VIEW; print_ext_app v ;;
esac
sleep 2.5
usleep 2500000
am start -a android.intent.action.$ACT \
-t 'text/plain' \
-d file://$2 &>/dev/null
Expand Down

0 comments on commit f440010

Please sign in to comment.