mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-28 23:19:42 +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 $? |