Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/mage/mage.client.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1347 by niro, Thu Feb 17 21:18:10 2011 UTC revision 1922 by niro, Wed Nov 9 13:38:36 2011 UTC
# Line 2  Line 2 
2    
3  provide mage  provide mage
4    
5    help_mage_inventory()
6    {
7     mecho "get mage.inventory"
8     mecho " prints all installed packages."
9    }
10    
11    get_mage_inventory()
12    {
13     magequery -i && mecho "done" || mecho "failed"
14    }
15    
16  help_mage_update()  help_mage_update()
17  {  {
18   mecho "set mage.update"   mecho "set mage.update"

Legend:
Removed from v.1347  
changed lines
  Added in v.1922