8 lines
88 B
Bash
Executable file
8 lines
88 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. /home/ntuh/d18env/bin/activate
|
|
|
|
locale
|
|
|
|
cd $(dirname $0)
|
|
python getop.py
|