From f4c4550e327d9090c82a735d39d104d0bedb602d Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 30 Mar 2025 01:00:51 -0400 Subject: Loads of laptop shit --- .local/bin/wstart | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 .local/bin/wstart (limited to '.local/bin/wstart') diff --git a/.local/bin/wstart b/.local/bin/wstart new file mode 100755 index 0000000..9cc99d6 --- /dev/null +++ b/.local/bin/wstart @@ -0,0 +1,12 @@ +#!/bin/sh + +repo="$(echo "$1" | sed 's/\.git//;s/.*\///;')" + +git clone "$1" "$repo/repo" + +cd "$repo/repo" + +# Get the main/master branch upstream from the cloned repo +master="$(git branch --show-curent)" + +cd .. && mv repo "$master" -- cgit v1.2.3