This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
ableton-dir
/
openadk
forké depuis
oss/openadk
Suivre
1
Voter
0
Fork
0
Fichiers
Aborescence:
8a0005b613
Branches
Tags
gogs-master
master
upstream-master
openadk
/
package
/
rdate
/
files
/
rdate.ip-up
rdate.ip-up
89 B
Historique
Raw
1
2
3
4
#!/bin/mksh
. /etc/rc.conf
[[ $rdate_flags = NO ]] || /usr/ucb/rdate $rdate_flags
exit 0