Skip to content

This repository contains bash scripts that can be used to perform certain tasks.

Notifications You must be signed in to change notification settings

vand3rlinden/Bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Clone this repository with git clone command

Installation per bash script

  1. Make a bashscript directory in your user directory cd ~: mkdir bashscripts
  2. Open the directory: cd bashscripts
  3. Make a file such as get_spfdmarc.sh: nano get_spfdmarc.sh
  4. Copy the bash script in the editor and save the file

Execute the bash scripts

  1. Make get_spfdmarc.sh executable: chmod +x get_spfdmarc.sh
  2. Now, you can execute the script to send the email: ./get_spfdmarc.sh example.com or run bash get_spfdmarc.sh example.com

Run Bash Scripts in the Zsh Shell

Bash and Zsh are compatible with each other, which means you can use your Bash scripts in your Zsh shell. To confirm your Shell run: which $SHELL

About

This repository contains bash scripts that can be used to perform certain tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages