From 4ab266220e5bfaeda9e708c840eec1a6cc2d1c1d Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 11 Jun 2023 02:21:28 +0530 Subject: .local: Adding short executables in bin --- .local/bin/auto-login | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .local/bin/auto-login (limited to '.local/bin/auto-login') diff --git a/.local/bin/auto-login b/.local/bin/auto-login new file mode 100755 index 0000000..9cf64d3 --- /dev/null +++ b/.local/bin/auto-login @@ -0,0 +1,7 @@ +#!/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 $HOME/codebase/python/projects/auto-captive-portal-login/auto-login.py "$1" -- cgit v1.2.3