5 lines
75 B
Bash
Executable file
5 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Simple update doors
|
|
|
|
cd $HOME/.doors && git pull && ./setup
|