This website requires JavaScript.
Explore
Help
Register
Sign In
mawei
/
ods777
Watch
1
Star
0
Fork
You've already forked ods777
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
105afca959
ods777
/
selfdrive
/
ui
/
text
8 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
-f /TICI
]
&&
[
! -f _text
]
;
then
cp qt/text_larch64 _text
fi
exec
./_text
"
$1
"
Reference in New Issue
View Git Blame
Copy Permalink