4 lines
49 B
Text
4 lines
49 B
Text
|
#!/bin/sh
|
||
|
|
||
|
printf 'OS = %s\n' "$(uname)" > os.mk
|