#!/bin/bash
echo "changing directory"
cd ~/Downloads/Burpsuite
hello! I don't know any of the commands of bash scripting but want to learn and I am not getting any of the good resources so I thought to post question here.
1.So basically the ques is how can I change to burpsuite directory in bash script like we do in terminal (linux).
- Can you also please tell me the command in windows for same.
3.can you also tell me how can I run a program in same bash language
#!/bin/bash
echo "changing directory"
python3 dirserach.py
Like this if possible please give short commands
Thanku ,.......