6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ~/projects/system/nvim/
|
|
git pull
|
|
./nvim-install.sh
|