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