mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-24 14:20:09 +01:00
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Running unittests..."
|
|
source activate hosts
|
|
|
|
python testUpdateHostsFile.py
|