diff options
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 |