+ Added elearning-isitup (personal purposes).
+ Added DWM Autostart script + Added Conky Launcher Script for DWM + More cleaning up
This commit is contained in:
parent
c1db823131
commit
28d74082e0
5 changed files with 24 additions and 3 deletions
5
.scripts/elearning-isitup.sh
Normal file
5
.scripts/elearning-isitup.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
curl -s "https://isitup.org/elearning.binadarma.ac.id" > /tmp/isitup.html
|
||||
|
||||
cat /tmp/isitup.html | grep "data-text" | cut -d'"' -f2 > /tmp/isitup.txt
|
||||
|
||||
cat /tmp/isitup.txt
|
Loading…
Add table
Add a link
Reference in a new issue