hyun.psd; gzuncompress
|
Server IP : 173.236.192.202 / Your IP : 216.73.216.85 Web Server : Apache System : Linux iad1-shared-e1-03 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : andfor18 ( 14551322) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /lib/postgresql/../scsi/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
#!/usr/bin/wish -f
frame .warn
frame .warn.h
label .warn.h.l -bitmap questhead -background pink
message .warn.h.m -aspect 200 -background pink -justify center -text \
{Saving will cause the current operating parameters for the device \
to be stored in a non-volatile memory on the device so that they \
will be used the next time you turn on the machine.}
pack .warn.h.l .warn.h.m -padx 10 -side left
frame .warn.f
button .warn.f.quit -text "I Changed my Mind" -command exit \
-activebackground green
button .warn.f.continue -text "Go Ahead and Save" \
-activeforeground white -activebackground red \
-command {destroy .warn}
pack .warn.f.continue .warn.f.quit -side left -padx 10
pack .warn.h .warn.f -pady 10
pack .warn
tkwait window .warn
# This should do it. Do not come and complain to me if this
# does not work
exec /sbin/scsiinfo -R -S -X $argv
exit