9 lines
145 B
Bash
Executable file
9 lines
145 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#
|
|
# mfinit
|
|
#
|
|
# Create the upstream repository for Marlin
|
|
#
|
|
|
|
git remote add upstream git@github.com:MarlinFirmware/Marlin.git
|