I have a problem with a .sh file. This file will install a. Py file in the same folder! The file looks like this:
#!/bin/bash/ python install.py "$ @"
Can somebody pleace help me?
./install.py
install.py
./install.py
instead of install.py - this means it will look forinstall.py
in its current directory. – Wilf Nov 29 '13 at 19:41