mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 18:10:26 +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
|