3 lines
132 B
Bash
Executable File
3 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
sudo egencache --repo=salfter --update && chown -R salfter . && git commit -a && git remote | xargs -l git push
|