Fixed getdst() url creation
This commit is contained in:
parent
882b269796
commit
e444b00e73
2
.bashrc
2
.bashrc
|
@ -113,7 +113,7 @@ alias screenterm='TERM=screen-256color'
|
|||
# Print Dell Service Tag
|
||||
getdst() {
|
||||
if [[ "$1" = "-l" ]]; then
|
||||
printf "http://www.dell.com/support/home/us/en/04/product-support/servicetag/%s\n" "$(getdst)"
|
||||
printf "http://www.dell.com/support/home/us/en/04/product-support/servicetag/%s/configuration\n" "$(getdst)"
|
||||
else
|
||||
sudo dmidecode -s system-serial-number
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue