6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# cheap and easy, just the way I like it
|
|
|
|
exec entr bash -c "clear; go $1 ." < <(find .)
|