8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd $(dirname $0)
|
|
|
|
./env/bin/python devicecheck.py
|