package-list 88 B

1234
  1. #!/bin/bash
  2. for f in $(ls $(dirname $BASH_SOURCE)/../etc/packages.d/);do
  3. echo $f;
  4. done;