mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/mydocs/notes
|
|
git pull
|
|
vim -c ":vsp notes.txt" dammit_blogs.md captains_log.md
|