~ubuntu-branches/ubuntu/vivid/wsl/vivid

« back to all changes in this revision

Viewing changes to viwsl

  • Committer: Package Import Robot
  • Author(s): Daniel Jared Dominguez
  • Date: 2012-11-05 16:44:54 UTC
  • Revision ID: package-import@ubuntu.com-20121105164454-sylr8c3bx36wa40e
Tags: 0.2.1-1
* Updated source
* wsl-functions changes
  - Added NOINIT option for wrapper scripts
  - use bash instead of sh in SendRequest (Jared Dominguez)
  - Added fMessageThenExit for a message and exit code
* wslecn: added getclass and getallclass commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
3
# source function library
4
 
. ${0%/*}/wsl-functions
 
4
. /usr/share/wsl/wsl-functions
5
5
 
6
 
vi ${HOME}/${MYCONFIG}
 
6
sensible-editor ${HOME}/${MYCONFIG}
7
7