3 lines
88 B
Plaintext
3 lines
88 B
Plaintext
|
#!/bin/bash
|
||
|
ls -1 downloader.py test_downloader.py | entr -cd python test_downloader.py
|