add script to update dot_files repo

This commit is contained in:
Andreas 2016-09-13 15:10:29 +02:00
parent c93df9b100
commit cc5b1f58d9
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#! /bin/bash
cd /home/andreas/dot_files/
git add .
git commit -m "update configs"
git push