From c92c5c7b1576dd3ab13c055ed399ad0f09d74bbc Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 2 Jan 2020 23:13:56 +0530 Subject: Support toggle exe --- plugins/chmodx | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 plugins/chmodx (limited to 'plugins/chmodx') diff --git a/plugins/chmodx b/plugins/chmodx deleted file mode 100755 index 1ad8467..0000000 --- a/plugins/chmodx +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env sh - -# Description: Toggle executable status of hovered file -# -# Shell: POSIX compliant -# Author: Arun Prakash Jana - -if ! [ -z "$1" ]; then - if [ -x "$1" ]; then - chmod -x "$1" - else - chmod +x "$1" - fi -fi -- cgit v1.2.3-70-g09d2