Kasper Juul Hermansen
15b627a717
Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: kjuulh/kraken#4
8 lines
109 B
Bash
Executable File
8 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
git remote add github git@github.com:kjuulh/kraken.git || true
|
|
|
|
git push -f github main
|