Bash Scripting

Introduction

  • Give permissions

    • chmod u+x [script name]

  • Run

    • bash script.sh

    • ./script.sh

Automatic Scanner

#!/bin/bash

Last updated