5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Simple update doors
|
|
|
|
cd "$HOME"/.doors && git pull && ./scripts/copy_and_link
|