You've already forked macports-user-dweber
mirror of
https://github.com/macports/macports-user-dweber.git
synced 2026-07-12 18:20:30 -07:00
3 lines
165 B
AppleScript
Executable File
3 lines
165 B
AppleScript
Executable File
set retval to do shell script "SystemStarter restart postgresql-8.3" with administrator privileges
|
|
display dialog retval buttons {"OK"} with icon 1 default button 1
|