5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
if_have() {
|
|
command -v $1 2>&1> /dev/null
|
|
}
|
|
~/.screenlayout/horiz-vert-4k-flip.sh
|