scripts

Random scripts
git clone git://git.margiolis.net/scripts.git
Log | Files | Refs | README | LICENSE

commit 1fb9afd0070544b5c3c09afa368013de7c1c151b
parent dd69e40d8299093d1a52c047d05c7c450fc0b268
Author: Christos Margiolis <christos@margiolis.net>
Date:   Tue, 10 Jan 2023 02:12:49 +0200

remove first dir

Diffstat:
Mbookmark | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bookmark b/bookmark @@ -32,7 +32,7 @@ bmk_add() bmk_fmt() { - for i in $(find ${BMK_DIR}); do + for i in $(find ${BMK_DIR} | sed 1d); do sed 's/ */\t/' < ${i} | column -ts $'\t' > ${i}.tmp mv -f ${i}.tmp ${i} done