mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2025-01-01 06:11:46 +00:00
fix make-* decriptions
This commit is contained in:
parent
e492da05f7
commit
b7df57a085
@ -1,7 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# this has to run once atfer git clone
|
# file: make-distribution.sh
|
||||||
# and every time we create new hooks
|
# creates files and arcchives to dirtribute bashbot
|
||||||
#### $$VERSION$$ v0.80-dev2-2-g0c5e3dd
|
#
|
||||||
|
#### $$VERSION$$ v0.80-dev2-3-ge492da0
|
||||||
|
|
||||||
# magic to ensure that we're always inside the root of our application,
|
# magic to ensure that we're always inside the root of our application,
|
||||||
# no matter from which directory we'll run script
|
# no matter from which directory we'll run script
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# this has to run once atfer git clone
|
# file: make-standalone.sh
|
||||||
# and every time we create new hooks
|
# even after make-distribution.sh bashbot is not self contained as it was in the past.
|
||||||
#### $$VERSION$$ v0.80-dev2-2-g0c5e3dd
|
#
|
||||||
|
# If you your bot is finished you can use make-standalone.sh to create the
|
||||||
|
# the old all-in-one bashbot: bashbot.sh and commands.sh only!
|
||||||
|
#
|
||||||
|
#### $$VERSION$$ v0.80-dev2-3-ge492da0
|
||||||
|
|
||||||
# magic to ensure that we're always inside the root of our application,
|
# magic to ensure that we're always inside the root of our application,
|
||||||
# no matter from which directory we'll run script
|
# no matter from which directory we'll run script
|
||||||
|
Loading…
Reference in New Issue
Block a user