mirror of
https://github.com/fortressforever/git-svn-sync.git
synced 2024-11-24 21:11:28 +00:00
7 lines
150 B
Text
7 lines
150 B
Text
|
# -*- mode: Shell-script-*-
|
||
|
#!/usr/bin/bash
|
||
|
#
|
||
|
# Author: Mario Fernandez
|
||
|
echo "The synchronization client does not accept manual modifications"
|
||
|
exit 1
|