How I can execute linux command source reloader.sh in python ?
reloader.sh have the following code:
#!bin/bash
source ~/.bashrc
How I can execute linux command source reloader.sh in python ?
reloader.sh have the following code:
#!bin/bash
source ~/.bashrc