mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
6 lines
79 B
Bash
6 lines
79 B
Bash
|
#!/bin/bash
|
||
|
date > updated.txt
|
||
|
|
||
|
git pull
|
||
|
sudo systemctl restart pyfedi.service
|