6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
# -*- mode: sh; tab-width: 8; coding: utf-8-unix -*-
|
|
ROLE=bash
|
|
export PYVER=3
|
|
/usr/local/bin/python.sh "$@"
|