From 8d2fb64a6c91994661306a27608f8b292146d273 Mon Sep 17 00:00:00 2001 From: Lucas E M Moreira Date: Mon, 17 Apr 2023 09:58:19 -0300 Subject: [PATCH 1/2] add licence and bookmark file --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ae862b5..fc2a2c6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 Lucas Esperancini Moreira e Moreira +Copyright (c) 2023 Lucas Esperancini Moreira e Moreira Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above From cb0daceb1e0d1633f35d832929f28c77e625b5c4 Mon Sep 17 00:00:00 2001 From: Lucas E M Moreira Date: Tue, 18 Apr 2023 10:33:41 -0300 Subject: [PATCH 2/2] fix: makefile --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 725791b..415559c 100644 --- a/makefile +++ b/makefile @@ -3,8 +3,8 @@ install: mkdir -p ~/bin - cp -vf {bmark} ~/bin/ - chmod +x ~/bin/{bmark} + cp -vf bmark ~/bin/ + chmod +x ~/bin/bmark uninstall: - rm -vf ~/bin/{bmark} + rm -vf ~/bin/bmark