Horje
how to run shell script Code Example
how to run shell script
include 
#!/bin/bash (1st line inside yourfile.sh)

to run
./yourfile.sh

if you do not include that line
bash yourfile.sh
start of .sh file
#!/bin/sh
linux execute sh
include 
#!/bin/bash

then in terminal
chmod +x <filename>
./<filename>
how to run shell script
bash yourfile.sh




Shell

Related
aos animation vue Code Example aos animation vue Code Example
how to install redux for react native Code Example how to install redux for react native Code Example
git keep empty folder Code Example git keep empty folder Code Example
how to push existing git repository Code Example how to push existing git repository Code Example
bash equivalent of /? Code Example bash equivalent of /? Code Example

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