mirror of
https://github.com/idanoo/gomatrixbot
synced 2025-07-01 08:02:21 +00:00
7 lines
110 B
Bash
Executable file
7 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd ~/gomatrixbot
|
|
git pull
|
|
cd src
|
|
go build cmd/gomatrixbot/main.go
|
|
systemctl restart gomatrixbot
|