From 52ca748bc9bcb1ac06105d7222521f127aee6fd9 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 4 Oct 2014 12:16:03 +0200 Subject: [PATCH] Notes for home and for work --- bin/opennotes | 4 ++-- bin/sanomanotes | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100755 bin/sanomanotes diff --git a/bin/opennotes b/bin/opennotes index a17accc..4e9debd 100755 --- a/bin/opennotes +++ b/bin/opennotes @@ -1,4 +1,4 @@ #!/bin/bash -cd ~/mydocs/work/sanoma +cd ~/mydocs/notes git pull -vim -c ":vsp planning_2014.txt" sprints_2014.txt notes_2014.md +vim -c ":vsp notes.txt" dammit_blogs.md captains_log.md diff --git a/bin/sanomanotes b/bin/sanomanotes new file mode 100755 index 0000000..a17accc --- /dev/null +++ b/bin/sanomanotes @@ -0,0 +1,4 @@ +#!/bin/bash +cd ~/mydocs/work/sanoma +git pull +vim -c ":vsp planning_2014.txt" sprints_2014.txt notes_2014.md