8 lines
57 B
Bash
8 lines
57 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
##
|
||
|
|
|
||
|
|
echo "what up????"
|
||
|
|
|
||
|
|
python3 consumer.py
|