mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-06 15:41:38 +01:00
Finish removing old gitmodules stuff that should've never lasted this
long
This commit is contained in:
parent
2a9fde22dd
commit
dd4fea747e
2
.gitignore
vendored
2
.gitignore
vendored
@ -40,3 +40,5 @@ Spigot-API
|
|||||||
Spigot-Server
|
Spigot-Server
|
||||||
PaperSpigot-Server
|
PaperSpigot-Server
|
||||||
PaperSpigot-API
|
PaperSpigot-API
|
||||||
|
Bukkit
|
||||||
|
CraftBukkit
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
PS1="$"
|
|
||||||
basedir=`pwd`
|
|
||||||
|
|
||||||
function update {
|
|
||||||
cd "$basedir/$1"
|
|
||||||
git fetch && git reset --hard origin/master
|
|
||||||
cd ../
|
|
||||||
git add $1
|
|
||||||
}
|
|
||||||
|
|
||||||
update Bukkit
|
|
||||||
update CraftBukkit
|
|
Loading…
Reference in New Issue
Block a user