mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 20:30:27 +01:00
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/mydocs/work/sanoma
|
|
git pull
|
|
vim -c ":vsp planning_2014.txt" sprints_2014.txt notes_2014.md
|