mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-05-06 06:50:52 +00:00
20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
seti $printhelp = $printhelp
|
|
seti $help = $help
|
|
if $help = 1
|
|
echo 'This will get the current drive status registers if direct IO.'
|
|
echo 'This does not work with passthrough.'
|
|
if $printhelp = 1
|
|
exit 0
|
|
endif
|
|
echo 'Hit ENTER to continue...'
|
|
userinput $choicestring
|
|
previousscript
|
|
endif
|
|
|
|
include good_subroutines.osc
|
|
|
|
gosub refresh_status
|
|
|
|
previousscript
|
|
end
|