Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wayneeseguin/bdsm
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Aug 6, 2011
2 parents f610c5e + 01491b2 commit 12b9c8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/builtin/bdsm/modules/shell/sets/dsl
Expand Up @@ -168,3 +168,11 @@ sets_uninstall()
log "Uninstalling extension set: ${_name}."
rm -rf "${_name}"
}

sets_check_availability()
{
awk -F = '/^[^#]/ {printf "%20s %s\n", $1, $2 }' < $bdsm_path/known_sets |
"${bdsm_path}/bin/bdsm-ll" \
printf "%s: " {} \; curl -s --head https://github.com/wayneeseguin/bdsm-{} \| awk "'/Status/{print \$2}'"
}

0 comments on commit 12b9c8b

Please sign in to comment.