Horje
how to execute .sh file in linux Code Example
start of .sh file
#!/bin/sh
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
how to stop pythonw Code Example how to stop pythonw Code Example
npx code for src folder in react js Code Example npx code for src folder in react js Code Example
create a new repository on the command line on GitHub Code Example create a new repository on the command line on GitHub Code Example
uninstall g2o Code Example uninstall g2o Code Example
clone repo with large size using git bash Code Example clone repo with large size using git bash Code Example

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