diff options
author | Charadon <dev@iotib.net> | 2022-07-12 07:25:15 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-07-12 07:25:15 -0400 |
commit | f5db520322561de9032fbf0406d2808d088572cc (patch) | |
tree | 9da127dd0f57ef3bdcc198cb23271ca56faaad38 /post.sh | |
download | dscip-f5db520322561de9032fbf0406d2808d088572cc.tar.gz |
Initial Commit
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. # |