mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-13 14:24:02 +00:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# $1 = package name (no version)
|
|
|
|
ls /var/log/packages/${1}* | cut -d '/' -f 5
|