Added version
This commit is contained in:
parent
3cfb1df639
commit
a70cf304ec
2 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,7 @@ usr: \
|
|||
/usr/bin/spell \
|
||||
/usr/bin/srccrc \
|
||||
/usr/bin/svclog \
|
||||
/usr/bin/version \
|
||||
/usr/bin/whatis \
|
||||
/usr/bin/apropos \
|
||||
/usr/bin/whereis \
|
||||
|
@ -133,6 +134,9 @@ clean:
|
|||
/usr/bin/svclog: svclog.sh
|
||||
install -m 755 -c -o bin $? $@
|
||||
|
||||
/usr/bin/version: version.sh
|
||||
install -m 755 -c -o bin $? $@
|
||||
|
||||
/usr/bin/whatis: whatis.sh
|
||||
install -m 755 -c -o bin $? $@
|
||||
|
||||
|
|
2
commands/scripts/version.sh
Normal file
2
commands/scripts/version.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cat /etc/version
|
Loading…
Reference in a new issue