mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 17:00:16 +00:00
8 lines
No EOL
94 B
Bash
Executable file
8 lines
No EOL
94 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
cd "$(dirname "${0}")" || exit 1
|
|
|
|
./mining_list_update.py
|
|
|
|
exit $? |