4 lines
79 B
Bash
4 lines
79 B
Bash
|
function wh {
|
||
|
source <(python3 /home/glmdev/Projects/do_what/do_what.py $*)
|
||
|
}
|