add yunohost-cli bin

This commit is contained in:
Yunohost 2012-10-23 18:38:07 +02:00
parent bf5126af26
commit 48d1e011c4
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +0,0 @@
#!/bin/sh
cd /usr/share/pyshared/yunohost/
python parse_args $@

4
bash/yunohost-cli Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cd /usr/share/pyshared/yunohost-cli/
python parse_args $@