3 lines
54 B
Bash
Executable file
3 lines
54 B
Bash
Executable file
#!/bin/sh
|
|
|
|
pkg info 2>&1 | awk '{print $1}' > pkg.txt
|