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