7 lines
72 B
Text
7 lines
72 B
Text
![]() |
#!/bin/bash
|
||
|
|
||
|
DIR="$( cd "$( dirname "$0" )" && pwd )"
|
||
|
|
||
|
$DIR/hidpi.sh
|
||
|
|