File: ae-release

package info (click to toggle)
systraq 20201231-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,172 kB
  • sloc: sh: 821; makefile: 130
file content (6 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
if command -v lsb_release >/dev/null
then
    lsb_release --description --short
    echo
fi