Friday 21 September 2018

kali linux - How can I run a bash script automatically?

I have a script named run.sh:


#!/bin/bash
cd /root/yowsup-master/src/
./yowsup-cli --interactive no --wait --autoack --config config.example

This script executes another script.


I tried adding my script path in /etc/rc.local but it doesn’t seem to work.


I also added it to startup application in Kali Linux it also doesn’t work.


I want my run.sh to execute automatically in the background when the computer starts.

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...