mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
add yunohost-cli bin
This commit is contained in:
parent
bf5126af26
commit
48d1e011c4
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /usr/share/pyshared/yunohost/
|
||||
python parse_args $@
|
4
bash/yunohost-cli
Executable file
4
bash/yunohost-cli
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /usr/share/pyshared/yunohost-cli/
|
||||
python parse_args $@
|
Loading…
Reference in a new issue