Dateien hochladen nach „applet-data“

This commit is contained in:
FotoCoder 2020-12-21 17:11:07 +00:00
parent 7e14017902
commit ee2ea7301d
2 changed files with 78 additions and 0 deletions

5
applet-data/conkyIP Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# eigene öffentliche ip anzeigen
wget http://checkip.dyndns.org/ -q -O - |
grep -Eo '\<[[:digit:]]{1,3}(\.[[:digit:]]{1,3}){3}\>'