Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10352480
validate.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
158 B
Referenced Files
None
Subscribers
None
validate.sh
View Options
#!/bin/bash
line
=
$(
cat
key.txt
)
RESULT
=
$((
line
%
109013
))
if
[
"
$RESULT
"
-eq
"0"
]
;
then
echo
"CORRECT"
;
exit
0
;
else
echo
"INCORRECT"
;
exit
1
;
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sun, Nov 2, 15:29 (6 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015626
Default Alt Text
validate.sh (158 B)
Attached To
Mode
rPRIMES primes
Attached
Detach File
Event Timeline
Log In to Comment