From 834d6650ff05de1f0c6437dd99f96565add1d595 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sun, 13 Mar 2022 14:26:25 -0400 Subject: make fossil-st executable --- dot_local/bin/executable_fossil-st | 2 ++ dot_local/bin/fossil-st | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 dot_local/bin/executable_fossil-st delete mode 100644 dot_local/bin/fossil-st (limited to 'dot_local/bin') diff --git a/dot_local/bin/executable_fossil-st b/dot_local/bin/executable_fossil-st new file mode 100644 index 0000000..e3806b3 --- /dev/null +++ b/dot_local/bin/executable_fossil-st @@ -0,0 +1,2 @@ +#!/bin/sh +fossil status "$@" diff --git a/dot_local/bin/fossil-st b/dot_local/bin/fossil-st deleted file mode 100644 index e3806b3..0000000 --- a/dot_local/bin/fossil-st +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -fossil status "$@" -- cgit v1.2.3