mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 23:52:34 +02:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/mydocs/work/sanoma
|
|
git pull
|
|
vim notes.txt planning_2014.txt notes_2014.md
|