diff --git a/bash/yunohost b/bash/yunohost deleted file mode 100755 index 1990fe71..00000000 --- a/bash/yunohost +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd /usr/share/pyshared/yunohost/ -python parse_args $@ diff --git a/bash/yunohost-cli b/bash/yunohost-cli new file mode 100755 index 00000000..a3fd774a --- /dev/null +++ b/bash/yunohost-cli @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /usr/share/pyshared/yunohost-cli/ +python parse_args $@