Horje
how to run a sh file in terminal Code Example
linux execute sh
include 
#!/bin/bash

then in terminal
chmod +x <filename>
./<filename>
how to run a sh file in terminal
# if not already ran, run to change permisions executable.
chmod 755 foo.sh

# then to run the sh file
./foo.sh
how to execute .sh file in linux
./script-name-here.sh #Chage the "script-name-here" to the name of the .sh file.
how to open a .sh file
./scriptname.sh




Shell

Related
conky manager Code Example conky manager Code Example
untar all files in a directory Code Example untar all files in a directory Code Example
where is www folder ubuntu Code Example where is www folder ubuntu Code Example
host your pdf resume on github and jekyll Code Example host your pdf resume on github and jekyll Code Example
timeshift download Code Example timeshift download Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12