6 lines
72 B
Bash
Executable file
6 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "$0" )" && pwd )"
|
|
|
|
$DIR/hidpi.sh
|
|
|