mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-05 05:50:21 +12:00
* uname simulator, inspired by Pavel Roskin.
This commit is contained in:
parent
0d1d5cf37a
commit
003db18084
7
uname
Executable file
7
uname
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# uname(1) simulator, inspired by Pavel Roskin.
|
||||
|
||||
[ $1 = -m ] && echo ia64 && exit 0
|
||||
[ $1 = -r ] && echo B.11.20 && exit 0
|
||||
[ $1 = -s ] && echo HP-UX && exit 0
|
||||
[ $1 = -v ] && echo A && exit 0
|
Loading…
x
Reference in New Issue
Block a user