diff options
Diffstat (limited to 'post.sh')
-rwxr-xr-x | post.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/post.sh b/post.sh index d085dcb..1d048f9 100755 --- a/post.sh +++ b/post.sh @@ -1,3 +1,5 @@ #!/bin/sh # Execute commands after building. Like pushing to an FTP server. # + +exit 0 |