toni_bmw

joined 5 months ago
 
 
 
 
 
 
1
submitted 4 months ago* (last edited 4 months ago) by toni_bmw@lemmy.world to c/calculators@midwest.social
 
 
 
1
submitted 5 months ago* (last edited 5 months ago) by toni_bmw@lemmy.world to c/debian@lemmy.ml
 

#!/bin/bash

#Requires: html2text, wget

wget -q -O - https://www.debian.org/releases/ | html2text > /tmp/debian.txt

cat <<EOF

$(grep '* Debian.*[Rr]elease' /tmp/debian.txt)

$(grep 'current testing' /tmp/debian.txt)


This system:

$(lsb_release -a)

EOF

rm -f /tmp/debian.txt

sleep 60

exit 0

 
1
Canon Palmtronic 8M (lemmy.world)
submitted 5 months ago* (last edited 5 months ago) by toni_bmw@lemmy.world to c/calculators@midwest.social
 
view more: next ›