Skip to content

Commit

Permalink
actions/ => bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Aug 24, 2011
1 parent 288cbbf commit 1bc64a0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions bash/bin/help
@@ -0,0 +1,9 @@
#!/bin/sh

description "${extension} BDSM extension."

action "package install" "Installs ${package_name} ${package_version}."
action "package uninstall" "Installs ${package_name} ${package_version}."
action "setup" "Setup and Configure $extension."

show_help usage
File renamed without changes.
11 changes: 11 additions & 0 deletions zsh/bin/help
@@ -0,0 +1,11 @@
#!/bin/sh

description "${extension} BDSM extension."

action "package install" "Installs ${package_name} ${package_version}."
action "package uninstall" "Installs ${package_name} ${package_version}."

action "setup" "Setup and Configure $extension."

show_help usage

0 comments on commit 1bc64a0

Please sign in to comment.