mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-25 04:40:02 +00:00
4 lines
64 B
Bash
Executable File
4 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
echo "/sbin/initctl: Ignoring command: $*" >&2
|
|
exit 0
|