My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove unused script

yemou c19ba89b 5c7cc6bd

-6
-6
data/shellscripts/wake-server
··· 1 - #!/bin/sh 2 - 3 - read -r ip < "$HOME/doc/.server-ip" 4 - read -r mac < "$HOME/doc/.server-mac" 5 - 6 - exec wol "$@" -i "$ip" "$mac"