diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-12-24 04:34:28 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-12-24 04:34:28 +0530 |
commit | cc49e60041b8958fedf5c0a519a92f646d9bae74 (patch) | |
tree | de1a4ba34bf89d0b4d4e232af223db8a3615c0e4 /auto-login |
Initial commit
Diffstat (limited to 'auto-login')
-rw-r--r-- | auto-login | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto-login b/auto-login new file mode 100644 index 0000000..1643f5d --- /dev/null +++ b/auto-login @@ -0,0 +1,6 @@ +#!/bin/sh + +##Add this shell script to your PATH to access it from any location +##Replace /path/to/ to the location of the python script + +python /path/to/auto-login.py |