This website requires JavaScript.
Explore
Help
Register
Sign In
Hibbian
/
qttermtcp
Watch
1
Star
0
Fork
You've already forked qttermtcp
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
hibbian/latest
qttermtcp
/
debian
/
postinst
10 lines
96 B
Bash
Raw
Permalink
Blame
History
#!/bin/sh
set
-e
TT
=
"/opt/oarc/QtTermTCP"
if
[
-d
$TT
]
;
then
rm -rf /opt/oarc/QtTermTCP
fi
Reference in New Issue
View Git Blame
Copy Permalink