Install support

This commit is contained in:
Niles Rogoff 2016-07-11 20:01:52 -04:00
parent ffa3e44eb2
commit 5caa75e12f
2 changed files with 5 additions and 0 deletions

View File

@ -6,3 +6,7 @@ all:
xdg-open out.png
clean:
rm sigs out.dot out.svg out.png||:
install:
cp sigs2dot.py /usr/local/bin/sigs2dot
uninstall:
rm /usr/local/bin/sigs2dot

1
sigs2dot.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import string, sys
def sanitize(s):
final = ''