Skip to content

Latest commit

 

History

History

bash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

bash

Interpreted language, in order to run the code you must either have a *nix computer if it is Linux it will likely have bash installed.

On Windows later versions of Windows 10 have a unix subsystem which comes with bash. Or you may install cygwin or gitbash

Install (only on older versions of Windows)

Compile / interpret

# source in fn.sh
chmod +x fn.sh
./fn.sh

Reference(s)

Learning