mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ic8c948bc1c8b9efd5fd9f4b47e6b47ce3cde90fe
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "You are fixed up" >> /usr/bin/fixme
|
|
chown root:root /usr/bin/fixme
|