Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 254 Bytes

File metadata and controls

10 lines (8 loc) · 254 Bytes

bash-scripts

Collection of usefull bash scripts

to add execution right to all users to your bash scripts
chmod +x
or for Root execution only
chmod 700

Backup

backup.sh