5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/rc
|
|
x=`{read|sed 's/
|
|
//'}
|
|
y=`{echo -n $x | sed 's/ //g'}
|
|
echo $y^:USERID:UNIX:none
|