From 468a789dbc4b1928c035d8590895efc533520a27 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 17:07:33 +0100 Subject: Updated file tree to match XDG base directory specification --- local/bin/repo-client | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 local/bin/repo-client (limited to 'local/bin/repo-client') diff --git a/local/bin/repo-client b/local/bin/repo-client new file mode 100755 index 0000000..49049d8 --- /dev/null +++ b/local/bin/repo-client @@ -0,0 +1,3 @@ +#!/bin/sh + +ssh git@cacharle.xyz repo $* -- cgit