1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Add a script to remove paste, either from URL of from ID

This commit is contained in:
Shir0kamii
2015-09-10 23:14:18 +02:00
parent 11ff63d931
commit c33de9c0dc
2 changed files with 43 additions and 0 deletions

View File

@ -48,6 +48,7 @@ setup(
entry_points = {
'console_scripts': [
'zerobin = zerobin.routes:main',
'remove_paste = zerobin.remove_paste:main',
]
}