8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
echo from script
|
|
#script=$(cat ./test.py)
|
|
#python -c "$script"
|
|
|
|
python /home/me/work/config/scripts/nav/test.py #2>/home/me/p2 1>/home/me/p2
|