easytether auto connect

About writing shell scripts and making the most of your shell
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
Electroman6913

easytether auto connect

Post by Electroman6913 »

I wrote a script to make easytether run when ever you plug in your phone.

Code: Select all


#!/bin/bash

While :
do
     command easytether connect
     sleep 1
done
I placed it in my home directory and set it as a start up app.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Scripts & Bash”