git-hook-backup-misc.sh 114 B

12345678
  1. #!/usr/bin/env bash
  2. crontab -l > .misc/crontab
  3. cp /etc/fstab .misc/
  4. cp /etc/dnf/dnf.conf .misc/
  5. git add .misc/*