mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-17 04:42:04 +08:00
3 lines
60 B
Bash
Executable File
3 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
exec -a "${0##*/}" /usr/lib/runit/shutdown "$@"
|