source:
trunk/debathena/debathena/metrics/install-pkg
@
24048
Revision 24048, 180 bytes checked in by broder, 15 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | while read pkg_path; do |
4 | pkg="$(echo "$pkg_path" | sed -e 's#.*/##; s#_.*##')" |
5 | dbus-send --system / edu.mit.debathena.Metrics.InstallPackage "string:$pkg" |
6 | done |
Note: See TracBrowser
for help on using the repository browser.