git: 9front

ref: 36eb768c5a6858183ea246f2f363a57cbcf3cb9d
dir: /sys/src/cmd/auth/enable/

View raw version
#!/bin/rc

if(! ~ $#* 1){
	echo 'usage: auth/enable user' >[1=2]
	exit usage
}

if(test -e /mnt/keys/$1)
	echo -n ok > /mnt/keys/$1/status
if(test -e /mnt/netkeys/$1)
	echo -n ok > /mnt/netkeys/$1/status