mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
7 lines
86 B
Bash
Executable file
7 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cp -R contrib/debian .
|
|
debuild -us -uc
|
|
debian/rules clean
|
|
rm -rf debian
|
|
|