This commit is contained in:
Kloadut 2012-10-23 19:56:07 +02:00
commit f931127938
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 $@