This website requires JavaScript.
Explore
Help
Sign In
sys64738
/
DragonProbe
Watch
1
Star
0
Fork
You've already forked DragonProbe
0
Code
Issues
1
Pull Requests
1
Releases
Wiki
Activity
19c317f305
DragonProbe
/
host
/
dmctl.sh
4 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
move stuff around so its a Real Python Module now
2021-07-25 15:16:57 +00:00
#!/bin/sh
fix /dev/dmj-* chardevs not appearing when not in mode 1
2021-07-25 17:47:22 +00:00
cd
"
$(
dirname
"
$(
realpath
"
$0
"
)
"
)
"
move stuff around so its a Real Python Module now
2021-07-25 15:16:57 +00:00
exec
python3 -m dmctl
"
$@
"