5 lines
82 B
Text
5 lines
82 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
test -z "$1" && { echo "usage: pkg <ls|install> [pkgname]"; exit 0; }
|
||
|
|
|