]> andersk Git - moira.git/blame - clients/userreg/register
move <string.h> inclusion up in the list for clean Solaris compiling
[moira.git] / clients / userreg / register
CommitLineData
7e765181 1#!/bin/csh -f
2reset
3while (1)
4 /mit/register/userreg.`/bin/athena/machtype`
5 reset
6 echo -n "Do you want to register another user? "
7 set answer = $<
8 if ("${answer}x" =~ [nN]*) exit 0
9end
This page took 0.059396 seconds and 5 git commands to generate.