3 lines
116 B
Bash
3 lines
116 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ls /overlay/upper/usr/lib/opkg/info/*.list | sed -e 's/.*\///' | sed -e 's/\.list//' > list_opkg.list
|