forked from EnigmaticaModpacks/Enigmatica6
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Niels Pilgaard Grøndahl <[email protected]> Co-authored-by: Patrick 'Quezler' Mounier <[email protected]>
- Loading branch information
1 parent
6081613
commit 819a6ed
Showing
5 changed files
with
725 additions
and
725 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
@echo off | ||
|
||
cd .. | ||
type NUL > .git/hooks/post-merge | ||
echo #!/bin/sh > .git/hooks/post-merge | ||
echo java -jar InstanceSync.jar >> .git/hooks/post-merge | ||
|
||
echo Done setting up hooks | ||
echo Running InstanceSync | ||
|
||
@echo off | ||
|
||
cd .. | ||
type NUL > .git/hooks/post-merge | ||
echo #!/bin/sh > .git/hooks/post-merge | ||
echo java -jar InstanceSync.jar >> .git/hooks/post-merge | ||
|
||
echo Done setting up hooks | ||
echo Running InstanceSync | ||
|
||
java -jar InstanceSync.jar |
Oops, something went wrong.