Mercurial > repos > shellac > sam_consensus_v3
comparison env/bin/python-argcomplete-tcsh @ 0:4f3585e2f14b draft default tip
"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author | shellac |
---|---|
date | Mon, 22 Mar 2021 18:12:50 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4f3585e2f14b |
---|---|
1 #!/bin/sh | |
2 IFS= | |
3 export IFS | |
4 | |
5 COMP_WORDBREAKS= | |
6 export COMP_WORDBREAKS | |
7 | |
8 COMP_TYPE= | |
9 export COMP_TYPE | |
10 | |
11 COMP_LINE=${COMMAND_LINE} | |
12 export COMP_LINE | |
13 | |
14 COMP_POINT=${#COMMAND_LINE} | |
15 export COMP_POINT | |
16 | |
17 _ARGCOMPLETE=1 | |
18 export _ARGCOMPLETE | |
19 | |
20 _ARGCOMPLETE_SHELL=tcsh | |
21 export _ARGCOMPLETE_SHELL | |
22 | |
23 "$1" 8>&1 9>&2 1>/dev/null 2>/dev/null |