mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 03:16:55 -08:00
5 lines
79 B
Bash
Executable file
5 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
date > updated.txt
|
|
|
|
git pull
|
|
sudo systemctl restart pyfedi.service
|