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