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
|