From 4a67266a2f5cd27a17406f9dc9cdb831a8d26aae Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Wed, 18 Oct 2023 00:38:17 +0200 Subject: [PATCH] open new project in vscode --- .local/share/scripts/new-project.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/share/scripts/new-project.sh b/.local/share/scripts/new-project.sh index e915c84..520085e 100755 --- a/.local/share/scripts/new-project.sh +++ b/.local/share/scripts/new-project.sh @@ -27,3 +27,4 @@ esac ls -ltd ./*/ | head -n 1 | awk '{print $9}' | xargs -I {} code {} +