summarylogtreecommitdiffstats
path: root/pdb2pqr
diff options
context:
space:
mode:
authorDrobot Viktor2019-04-11 16:25:23 +0300
committerDrobot Viktor2019-04-11 16:25:23 +0300
commite092fcdd0d28693826785693af992e51bd9fb9e9 (patch)
treeae4028c823eeb51f3e5bcb12a83b70273a7262fa /pdb2pqr
parentfb3f7be467928577d3625bc451371cd2982109d5 (diff)
downloadaur-e092fcdd0d28693826785693af992e51bd9fb9e9.tar.gz
Added system-wide shorthand
Diffstat (limited to 'pdb2pqr')
-rwxr-xr-xpdb2pqr5
1 files changed, 5 insertions, 0 deletions
diff --git a/pdb2pqr b/pdb2pqr
new file mode 100755
index 000000000000..c9ce8fbf5f74
--- /dev/null
+++ b/pdb2pqr
@@ -0,0 +1,5 @@
+#!/usr/bin/bash
+
+python2 /opt/pdb2pqr/pdb2pqr.py "$@"
+
+exit 0