From 48d1e011c4b45461ba563143cddc4ebce0696559 Mon Sep 17 00:00:00 2001 From: Yunohost Date: Tue, 23 Oct 2012 18:38:07 +0200 Subject: [PATCH] add yunohost-cli bin --- bash/yunohost | 4 ---- bash/yunohost-cli | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100755 bash/yunohost create mode 100755 bash/yunohost-cli 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 $@