Move bump to project folder

Summary: Makes building a bit easier and I can have my own README in there.

Reviewed By: jknoxville

Differential Revision: D13784725

fbshipit-source-id: b694c1ce812d4e383ad44faeacd8e0094a96b432
This commit is contained in:
Pascal Hartig
2019-01-24 03:38:01 -08:00
committed by Facebook Github Bot
parent a70f47cb0e
commit 7e911ed5e8
6 changed files with 65 additions and 2 deletions

View File

@@ -7,5 +7,5 @@ cd "$BASEDIR" || exit
case $OSTYPE in
darwin*) ./bump.mac "$@" ;;
linux-gnu) ./bump.lnx64 "$@" ;;
*) echo "Unknown OS. Using source version via https://haskellstack.org/" && ./bump.hs "$@" ;;
*) echo "Unknown OS. Using source version via https://haskellstack.org/" && ./bump/bump.hs "$@" ;;
esac