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