1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +00:00
PDP-10.its/build/deploy.sh
2018-05-02 19:56:59 +02:00

6 lines
128 B
Bash
Executable File

#!/bin/sh
echo "Here we can do anything when deployment has finished."
echo "Such as kicking off a second build stage."
exit 0