Skip to content

Instantly share code, notes, and snippets.

View benfiratkaya's full-sized avatar
🏠
Working from home

Fırat Kaya benfiratkaya

🏠
Working from home
View GitHub Profile
@benfiratkaya
benfiratkaya / backup.sh
Last active May 1, 2021 17:32
Minecraft server backup
#!/bin/sh
##
## Author: Firat Kaya
## www.leaderos.com.tr
##
function send_console_command() {
screen -R $1 -X stuff "$2 $(printf '\r')"
}