File: install.sh

package info (click to toggle)
vim-youcompleteme 0%2B20200825%2Bgit2afee9d%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,016 kB
  • sloc: python: 9,384; sh: 167; cpp: 51; makefile: 25; ansic: 4; xml: 1
file content (8 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh

echo "WARNING: this script is deprecated. Use the install.py script instead." 1>&2


SCRIPT_DIR=$(dirname $0 || exit $?)

python3 "$SCRIPT_DIR/install.py" "$@" || exit $?