1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00
This commit is contained in:
Daniel 2016-09-29 10:34:41 +01:00
parent 9660ec7813
commit 64eaf96eb8

View File

@ -0,0 +1,6 @@
def match(command):
return command.script.endswith('ç')
def get_new_command(command):
return command.script[:-1]