mirror of https://gitlab.com/bashrc2/epicyon
4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
git pull
|
||
|
|
chown -R epicyon:epicyon *
|
||
|
|
chmod 644 *.py
|