Skip to content

Instantly share code, notes, and snippets.

View morganorix's full-sized avatar

Morgan JOURDIN morganorix

View GitHub Profile
#!/bin/bash
#nom du jour de la semaine
now=$(/bin/date +"%d-%m-%Y")
jour=$(date +%A)
destination="/home/backup/$jour"
repertoire="/home/www"
red='\033[0;31m'
green='\033[0;32m'
cyan='\033[0;36m'